Surash
Surash
surash10
Posts: 1Questions: 1Answers: 0
I'm having problem on saveState. A lock and unlock state is applied on the search and a column colvis. Both uses the same lock and unlock function. I want to save ColVis all the time and search on the lock state only. Can any one help on it ?
This discussion has been closed.
Answers
What are you using for the lock? I suspect that you'll need to use
stateSaveParams
and simplydelete
the parameters you don't want, based on whatever lock logic you have.Allan