excel-bootstrap-table-filter icon indicating copy to clipboard operation
excel-bootstrap-table-filter copied to clipboard

jQuery plugin for an Excel-like table filter dropdown with search, sort and checkboxes

Results 27 excel-bootstrap-table-filter issues
Sort by recently updated
recently updated
newest added

Is there any way to clear all filters in all table columns in one click?

Hi, I find this super useful. when I tried to add it I can filter but when i select all, it does nothing and I get the following error: TypeError:...

Bumps [jquery](https://github.com/jquery/jquery) from 3.1.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

could you give an example of proper use, when I put in $(function () { $(\'#table1\').excelTableFilter({ columnSelector:'myfilter',}); }); and

We have a Table with 1000 cells. When open a Filter and typing something into the search field, then the filter gets applied after each typed character. A 6-character-word fires...

I have tried to implement this in datatables and it's not getting in proper form.

Hello! I'm using your plugin for table filtering. I have some editable table cells. For that I'm using . Problem: after filtering starts all rows, there exists , dissapear, when...

Hello, Thanks for your work, it is a very clean and simple UI. I am looking for keeping the user's filter after a page refresh. To do that I need...

… de table filter list of checkboxes. Fix for [Html-encoded content of a table is rendered als mark-up in de table filter list of checkboxes](https://github.com/chestercharles/excel-bootstrap-table-filter/issues/25#issue-464608190).

I discovered an issue where XSS-injection is facilitated by the plug-in. The plug-in will parse all cells of the table it is added to. During this parsing, the innerText properties...