Is it possible to change column title after datatable initilization?

Is it possible to change column title after datatable initilization?

MindzMindz Posts: 10Questions: 3Answers: 0

As the question states, is it possible to change a column title after the table has been initialized and rendered? The scenario is quite simple, i have 10 hidden columns that, according to what the user selects on a select box are shown. Every time they're set to visible their title needs to change too according to some data.
I've search through the API docs and found column().title() but got a 404 on the page. Tried it but without success.

PS: The new datatable API is awsome. Nice work, keep it up.

Best regards,
Hugo

This discussion has been closed.