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

jemzjemz 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.

Answers

  • jemzjemz Posts: 131Questions: 40Answers: 1

    Okay I fixed it now, Thank you

This discussion has been closed.