How to Save colreoder in Database Table

How to Save colreoder in Database Table

ajay_kumar4426ajay_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

  • kthorngrenkthorngren Posts: 21,324Questions: 26Answers: 4,949
    edited August 31

    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 and stateLoadCallback.

    Kevin

Sign In or Register to comment.