Saving Table State/Loading after refresh?

Saving Table State/Loading after refresh?

fe_intelfe_intel Posts: 2Questions: 2Answers: 0

Hi,

I've been playing around with stateSave and fnStateLoad for the past day and I can't seem to get it to work.

Scenario: I'm trying to save the state of the table for the following things (column order, sort order, and how many rows are being displayed at any one point using the dropdown). I'm not worried about capturing the data, because the data I'm using changes every time the user refreshes.

I see that saveState adds some storage to my localStorage, but I'm having a real hard time loading that data back into the table once a user refreshes. Can anyone point me in the right direction?

This discussion has been closed.