How to export dynamically modified data to txt or CSV ?

How to export dynamically modified data to txt or CSV ?

mallikpk4umallikpk4u Posts: 14Questions: 5Answers: 0

Hi All,

I've modified the rows of the datatable using table.cell({ row: 1, column: 6 }).data('New data');. But when I export the data newly updated data is not taking.

Also I need to export only current page data with modified rows.

Thank you.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,598
    Answer ✓

    Hi @mallikpk4u ,

    This example here, taken from the reference page here, shows how to export the current page. It's also showing a cell data being updated and exported correctly. If this still isn't working for you, can you modify that example to demonstrate the issue please.

    Cheers,

    Colin

  • mallikpk4umallikpk4u Posts: 14Questions: 5Answers: 0

    Thank you Colin.

This discussion has been closed.