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
Being not able to pass stateManager as a prop to PlutoGrid makes it harder to save the state between parent's rebuilds .
I'm using plutoLayout and whenever I change the current tab and return to the grid tab again, I lose any state that's been made (sorting, filtering ..etc) because the parent widget has been rebuilt,
I tried a couple of workarounds but it seemed harder everytime,
So what are the available options that I could try ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Being not able to pass stateManager as a prop to PlutoGrid makes it harder to save the state between parent's rebuilds .
I'm using plutoLayout and whenever I change the current tab and return to the grid tab again, I lose any state that's been made (sorting, filtering ..etc) because the parent widget has been rebuilt,
I tried a couple of workarounds but it seemed harder everytime,
So what are the available options that I could try ?
Beta Was this translation helpful? Give feedback.
All reactions