how to get the value of hidden column rows in new datatables version
how to get the value of hidden column rows in new datatables version
jemz
Posts: 131Questions: 40Answers: 1
Hi, can I ask some help how can I get the the value of my column which is hidden in the latest API and References of datatables.
this is how i hide the column
"columnDefs": [
{ "visible": false, "targets": 7},
]
Thank you in advance.
This discussion has been closed.
Answers
Okay I fixed it now, Thank you