plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
419 stars 74 forks source link

'filtering_settings' seems to be no longer supported in DataTable #839

Open ibusko opened 3 years ago

ibusko commented 3 years ago

This is a followup on issue #370 . It seems that the bug is still present.

I have dash 1.11.0 and dash_table 4.6.2. The clearing action doesn't do anything in my code. It runs without generating errors, but the filter input fields in each column are not cleared.

When I try to run the example in #370 , I get an error saying that 'filtering_settings' is not supported by DataTable.

I wonder if other developments happened in the meantime and now the method to clear filters changed?