Exporting CSV drops TFOOT row
Exporting CSV drops TFOOT row
boudga
Posts: 19Questions: 4Answers: 0
I have a new issue where when I export my table containing a TFOOT row, that row is omitted from the output.
Any ideas what could be causing this?
Any ideas what could be causing this?
This discussion has been closed.
Replies
I realize I can write PHP code to do this but if you have something already built in to do this please let me know so I don't have to recreate the wheel.
Also - there isn't an API way to modify the text that TableTables saves to the file, but if you look for the function 'fnGetDataTablesData' in the JS file - at the end you can just modify the string that is returned to match what you want. Good idea to add a callback for this in future...
Allan
It would be a real nice feature to to be able to manipulate the Export to CSV output through the API