How access every head column JSON like data, title, visible from the DateTable object

How access every head column JSON like data, title, visible from the DateTable object

phawellphawell Posts: 28Questions: 12Answers: 1

Once We create de table in a page, and once We have the DataTable object associated with it. How can We go through the properties of the head for every column.

Because in the server We send a JSON for every head like this:

"title"= 'dataurl',
"data" = 'dataurl',
"visible" = false

"other" = false

All de three first data for the config, name, etc and so far Datatable Shows Ok.

But the last (named as 'other') need to be readed for some actions inthe clients

Thank you in advance for your help

This discussion has been closed.