I am initialising a Data Tables table with preset JSON data. I use
mData to match the cell values to the columns. I want to get
mData in Data tables for a specific cell when I click on any cell. Is there a way to get the
mData value using the Data Tables API?
Replies
Allan
I hacked around it by setting the sClass value to match the mData value and then got that value by using standard JQuery :)
K