Modification Column title after table loaded is not taken into account by export function
Modification Column title after table loaded is not taken into account by export function

Hi all,
I'm looking for a solution compatible with the export fonction and the Column title modification.
Currently the export function don't take in consideration the new Column title with this classic method:
[code]$("#th_1").html("New Title");[/code]
The original Column title always stay in the csv.
I made a lot of tests without success, is there a way to update it correctly ?
Thanks
I'm looking for a solution compatible with the export fonction and the Column title modification.
Currently the export function don't take in consideration the new Column title with this classic method:
[code]$("#th_1").html("New Title");[/code]
The original Column title always stay in the csv.
I made a lot of tests without success, is there a way to update it correctly ?
Thanks
This discussion has been closed.
Replies