You can't recreate or add/remove columns after that initialisation, but you can change how they look using rowCallback - this is called on each draw, so if you have some conditional code there you can change the behaviour of how the column will look.
Answers
You can't recreate or add/remove columns after that initialisation, but you can change how they look using
rowCallback
- this is called on each draw, so if you have some conditional code there you can change the behaviour of how the column will look.colin