Unable to get the value of hidden column
Unable to get the value of hidden column

My table's first column is hidden and im able to get the value of hidden column if that table is not responsive. I cant get the first column's value if the table is responsive. Is there any workaround to get the hidden column's value in responsive view?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @dass2808 ,
Hidden or not, the data should be retrievable with
row().data()
. Hope that helps, if not, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.Cheers,
Colin