How to get current value of cell in excel export of JQ data table?

How to get current value of cell in excel export of JQ data table?

ap2079ap2079 Posts: 1Questions: 1Answers: 0

I have asked a question on stackoverflow link is given below ?
Please help me out from this problem.
https://stackoverflow.com/questions/46607810/how-to-get-current-value-of-cell-in-excel-export-of-jq-data-table

Answers

  • allanallan Posts: 63,468Questions: 1Answers: 10,466 Site admin

    Can you please post your question here so it can be searched with the site search.

    I think you need to use cell().data() to update the data in the table or cell().invalidate() to tell DataTables that you have updated there data. But really without a test case showing the issue it is impossible to say.

    Allan

This discussion has been closed.