koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
323 stars 95 forks source link

Exclude columns without single filter? #738

Closed AnastasiaAtTerrestrialOrigin closed 4 years ago

AnastasiaAtTerrestrialOrigin commented 4 years ago

I haven't been able to find a way to exclude a column from filtering without having to use single filter for all columns. Is it possible to have one filter per column but exclude certain columns from having a filter? Use case: a table with a column for form inputs like checkbox, drop down, or buttons. It would be nice to not have a useless filter text box over the controls column.

AnastasiaAtTerrestrialOrigin commented 4 years ago

Never mind. I finally found it after hours of searching. col_4: 'none' (replace 4 with index of col not needing filter)