changing serverSide in runtime
changing serverSide in runtime

how can i change serverSide to false on runtime? And then reinitialize table but not draw? Or not draw and use saveState?
any thoughts
This discussion has been closed.
how can i change serverSide to false on runtime? And then reinitialize table but not draw? Or not draw and use saveState?
any thoughts
Answers
You can't. There are a couple of other discussions on this topic, which also state this. This is not a run time configurable option.
If you need to alter the value you have to destroy and then create a new table.
Allan