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

Column visibility 'at start' overrides state: columns_visibility - intended? #812

Open SafetyFast opened 3 years ago

SafetyFast commented 3 years ago

State (persistence) settings for column visibility are ignored for columns hidden 'at_start' by colsVisibility settings.

My guess is that this is the intended behavior, but I wanted to confirm that. If so, is there an option I've missed that would change that behavior?

Thanks for TableFilter, it is really a great tool and saved me a LOT of effort.