-
Install the dependencies by running:
npm install. -
Build the project by running:
npm run build. -
Add
dist/checkbox-dropdown-plugin.min.jsanddist/checkbox-dropdown-style.cssto you project -
Render the dropdown to a
#tableand 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 });
carneirocorp/excel-bootstrap-table-filter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- TypeScript 63.3%
- HTML 25.8%
- CSS 6.2%
- JavaScript 4.7%