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?
ap2079
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
This discussion has been closed.
Answers
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 orcell().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