-
Install the dependencies by running:
npm install
. -
Build the project by running:
npm run build
. -
Add
dist/checkbox-dropdown-plugin.min.js
anddist/checkbox-dropdown-style.css
to you project -
Render the dropdown to a
#table
and pass an (optional) configuration object:$('#table').excelTableFilter({ columnSelector: '.apply-filter', // (optional) if present, will only select <th> with specified class sort: true, // (optional) default true search: true // (optional) default true captions: Object // (optional) default { a_to_z: 'A to Z', z_to_a: 'Z to A', search: 'Search', select_all: 'Select All' } }); . Add 'no-sort', 'no-filter' or 'no-search' to <th> element to customize its dropdown.
forked from chestercharles/excel-bootstrap-table-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
jQuery plugin for an Excel-like table filter dropdown with search, sort and checkboxes
License
NaszvadiG/excel-bootstrap-table-filter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
jQuery plugin for an Excel-like table filter dropdown with search, sort and checkboxes
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 64.5%
- HTML 24.9%
- CSS 6.0%
- JavaScript 4.6%