panel icon indicating copy to clipboard operation
panel copied to clipboard

Misc header filters issues

Open maximlt opened this issue 2 years ago • 3 comments

Follow-up on #2807

The 'autocomplete' filter doesn't actually filter the column. tabulator_filter_str1

If I switch to a dropdown filter (there should be an example of that :)), I can filter the column but I can't clear the filter. tabulator_filter_str2

It might be a limitation of Tabulator, I can't clear the Gender filter on their interactive demo: http://tabulator.info/examples/4.9?#filter-header

maximlt avatar Oct 15 '21 13:10 maximlt

I have also noticed that if a table has a frozen row, it gets filtered out, which I think defeats the purpose of freezing the row.

AntonBiryukovUofC avatar Feb 28 '22 23:02 AntonBiryukovUofC

I have also noticed that if a table has a frozen row, it gets filtered out, which I think defeats the purpose of freezing the row.

Thanks for reporting this but please provide a reproducible example with the exact version you are using.

philippjfr avatar Mar 01 '22 19:03 philippjfr

If I switch to a dropdown filter (there should be an example of that :)), I can filter the column but I can't clear the filter.

The list Tabulator editor has a clearable option that should allow to clear the selected value. However it doesn't seem to work currently, see https://github.com/olifolkerd/tabulator/issues/3907

maximlt avatar Sep 12 '22 12:09 maximlt