1.0.0 • Published 9 years ago

bootstrap-responsive-table-dropdown v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Bootstrap Responsive Table Dropdown plugin

Currently if you attempt to use the bootstrap dropdown plugin within a table wrapped in the .table-responsive class the dropdown menu will be 'cut-off' (a portion of the menu will be hidden).

This plugin fixes this problem using fixed positioning rather than absolute positioning for the elements that need rescuing.

Usage

All you need is to include the bs-responsive-table-dropdown.min.js file on all of the pages that require the fix and everything will work. Note: If you are calling the plugin using jQuery rather than just applying the appropriate class, then you will need to make sure this file is included after that logic