cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Filter invisible columns #8

Closed cyberhobo closed 12 years ago

cyberhobo commented 12 years ago

DataTables is capable of filtering invisible columns, so ColumnFilterWidgets probably should too, as requested here.

This might unexpectedly add widgets for invisible columns in existing installations. If that's not desired, the aiExclude parameter will need to be used to get rid of unwanted widgets.