Get Column Name
Get Column Name
OzanCKN
Posts: 2Questions: 0Answers: 0
Hi everyone;
I cant get name of column clicked row.
I need , this examples like,
columns["columnName"].row[clickedIndex]
Because we are coding very dynamically complex platform.
Sorry for bad english, thanks
I cant get name of column clicked row.
I need , this examples like,
columns["columnName"].row[clickedIndex]
Because we are coding very dynamically complex platform.
Sorry for bad english, thanks
This discussion has been closed.
Replies
[code]
table.column( 'myColumn' ).data();
[/code]
For example...
Allan