Unable to get the value of hidden column

Unable to get the value of hidden column

dass2808dass2808 Posts: 3Questions: 2Answers: 0

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

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    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

This discussion has been closed.