/bootstrap-table-responsive-scrollbar-top

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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>