plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Edited values in data table get lost after filtering in and out #86

Open hollstein opened 6 years ago

hollstein commented 6 years ago

I have a dash app with an data table where filtering and editing is enabled (editable=True,filterable=True). It seems that made edits get lost (reverted to their original values) when they are filtered out and then back in. Is there any way to keep all user edits?

Cheers, André

rquintino commented 6 years ago

experienced the same