[Excel] Export 'manually added' rows

[Excel] Export 'manually added' rows

bQtbQt Posts: 4Questions: 1Answers: 0

Hello, I'm adding rows to my datatable using jquery selectors $(someRow).after(myCustomRow).
The problem is when I export my table to Excel, these rows aren't present. Any tips?
Thanks

Answers

  • bQtbQt Posts: 4Questions: 1Answers: 0

    My rows are not part of my datatable, they are only part of my html table.

This discussion has been closed.