Skip to content

A bootstap extension to simply add an addtional scrollbar at the top of a responsive-table

License

Notifications You must be signed in to change notification settings

lsblsb/bootstrap-table-responsive-scrollbar-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

bootstrap-table-responsive-scrollbar-top

A bootstrap table-responsive extension to simply add an additional scrollbar at the top of a responsive-table

Requires Bootstrap (responsive-table).

Download the javascript file bootstrap-table-responsive-scrollbar-top.js and import it globally into your project.

Then just use the following HTML structure to add a horizontal scrollbar on top of the bootstrap responsive table:

<div class="table-responsive table-responsive-scrollbar-top"></div>
<div class="table-responsive">
    <table class="table">
        <!-- inner table code-->
    </table>
</div>

About

A bootstap extension to simply add an addtional scrollbar at the top of a responsive-table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published