delete/ modify header at the time of export
delete/ modify header at the time of export
i am having filter to one of my table headers at the time of export i just want the title of the header to be added not all the filter options.
Or is there a way to delete the header from table and add my own header.
This discussion has been closed.
Answers
Sounds like you need to use the
orderCellsTopoption and set ittrue. This will move the sorting to the top header row. But it will also be the header row that is exported. You can see it in this example:http://live.datatables.net/dikuduka/12/edit
Test by toggling the orderCellsTop option.
Kevin