Session State Save
Session State Save
djsindt
Posts: 1Questions: 0Answers: 0
I'm looking for a way to save the search state within my session. I'm obviously able to save all of my settings, and I can populate the values within the HTML of my datatable. The problem comes when I want to do pagination. Since the JS has no concept about my saved search settings they are all lost when I change pages. I've looked into the bSaveState, but it didn't seem to restore my column search values. Also, I would much prefer to save the state within the session rather than in a cookie (just personal preference).
So far my digging has led me to fnStateLoadParams, so we'll see how long it takes me to figure this out on my own.
So far my digging has led me to fnStateLoadParams, so we'll see how long it takes me to figure this out on my own.
This discussion has been closed.