How do I get/access the columndefs?

How do I get/access the columndefs?

fbasfbas Posts: 1,094Questions: 4Answers: 0

I need to get some context info, currently placed in the columndefs (i.e. which data field my column refers to).

How do I get the columndefs from the datatables API object?

Answers

  • fbasfbas Posts: 1,094Questions: 4Answers: 0

    I've found them in table.settings()[*].aoColumns

    i.e. table.settings()[0].aoColumns[2].data

This discussion has been closed.