koalyptus / TableFilter

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

Hide Filters #803

Closed BrewedCoffee closed 2 years ago

BrewedCoffee commented 3 years ago

It would be nice if we were able to permanently hide filters without having to disable them completely or switching to grid mode.

Right now, the filtersVisibility extension is the best way to hide filters, but adds a button for users to toggle, which I can't seem to get rid of. Is there a way to do this?

On a somewhat related note, disabling all filters (with col_0: 'none', col_1: 'none' etc) leaves an ugly double bar where the filters used to be.

EDIT: Is it possible to use additional filters AND have the single filter option positioned where it is?