Hi. Did not expect to have issue here, but I can't seem to suppress during Excel export. Here is demo. I've added code: "exportOptions: { header: false }" to no avail. Any idea what I'm doing wrong? Thank you, as always, in advance.
This question has an accepted answers - jump to answer
Try moving header: false outside exportOptions, ie, to the same level as `extend, similar to this example.
header: false
exportOptions
Kevin
Perfect! Thank you. Updated demo, which now suppresses title as well.
Answers
Try moving
header: falseoutsideexportOptions, ie, to the same level as `extend, similar to this example.Kevin
Perfect! Thank you. Updated demo, which now suppresses title as well.