[Excel] Export 'manually added' rows
[Excel] Export 'manually added' rows
bQt
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
This discussion has been closed.
Answers
My rows are not part of my datatable, they are only part of my html table.