Modification of Column Headings
Modification of Column Headings
jdadwilson
Posts: 127Questions: 30Answers: 1
I have need to change the name of a column heading. I can do this with no problem. But the purpose of the name change is to have the revised column heading on the table when the Copy button is used. Changing the name on the displayed table does not change the name of the information that is copied. What do I need to do to have the changed name also reflected on the 'Copied' information?
TIA for your assistance.
jdadwilson
This discussion has been closed.
Answers
How are you changing the header cell text? Buttons will currently just read the innerHTML from the cell, so if that is correct at the time when the button is pressed, it should be exported.
If you aren't using the latest version of Buttons, it might be worth updating - older versions didn't read the HTML directly.
Allan