How to Save colreoder in Database Table
How to Save colreoder in Database Table
ajay_kumar4426
Posts: 1Questions: 1Answers: 0
Hey guys.
Has anyone tried saving column states when the columns are re arranged on the front end? I want to store/update the column order whenever someone rearranges their columns and load them so that session to session the arrangement is always the same. I have colreorder with state save on, but this will only store to a session/cookie. Any recommendations or answers appreciated.
Answers
State saving the column order, even after they are reordered seems to work in this example. Maybe I'm not understanding the problem statement.
If you want to change the default behavior of how the states are saved/loaded then use
stateSaveCallback
andstateLoadCallback
.Kevin