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.
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Try moving
header: false
outsideexportOptions
, ie, to the same level as `extend, similar to this example.Kevin
Perfect! Thank you. Updated demo, which now suppresses title as well.