plotly / dash-table-experiments

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

Callback on other components resets table state #64

Open jacobzweig opened 6 years ago

jacobzweig commented 6 years ago

I have a separate graph on the page with a callback that's fired based on a dropdown.

When a table is on the page and is sorted (i.e., the react component contains the sortColumn and sortDirection properties in State), any change to the graph resets the table state. Is there a way to preserve state here?