ColumnFilterWidgets icon indicating copy to clipboard operation
ColumnFilterWidgets copied to clipboard

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.

Results 24 ColumnFilterWidgets issues
Sort by recently updated
recently updated
newest added

Desperately trying to overcome the issue with 40-50 second page loads in IE11, things improved a bit when replacing a $.each loop with a simple for loop as proposed in...

Hi, I used the code of ResetAllFilters from https://github.com/cyberhobo/ColumnFilterWidgets/issues/1 But the problem i am facing now is that my filters are not getting reset. The filter select-list from which i...

I was seeing a > 30 second load time for a 2,000 row data set. I tracked down the offending code in the fnDraw method. ``` $.each(aDistinctOptions, function (i, sOption)...

Hi, i updated datatables to 1.10 version, but column filter widget stop working. Selectboxes appears as empty (disabled) and in html source they have only one option value [Object Object]....

Suggested by Allan, the DataTables author.

feature

Unlike oTable.fnFilter('value', colNumber), I want this to appear as if a column had be filtered manually, which the user then has the option to change (by removing this filter or...

feature

its missing in this. that we want to have a default select options to be there. Because in server side data table in one page records there may not be...

Suggested here: http://datatables.net/forums/discussion/comment/26755#Comment_26755

feature

< td >value< /td > < /code > works just fine for filtering value. For some reason < td >< span >value< /span >< /td > shows up in the...

feature

Feature request: Use jquery chosen plugin http://harvesthq.github.io/chosen/ Or is it possible already somehow? I have tried adding an extra class but that doesnt seem to do the job.

feature