You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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
andsortDirection
properties in State), any change to the graph resets the table state. Is there a way to preserve state here?The text was updated successfully, but these errors were encountered: