Hi,
I have a few questions.
- I know there is the getColHeader() function to get the column headers, but I would also like to know if there is also like a getHeader() function to get the header itself, I need this to get the type and sources for example.
- As you can see in my fiddle, I have hidden columns and when I click the “show hidden columns” button, it shows the hidden column but it shows in the original position I have set it to. My question is, is there a way to show the hidden column at the end of the table rather than it’s original position.
- When I move a column, the header stays as ABC…L but the data changes to ABF…L for example. Is there a way to move the headers too?
For reference, here is my fiddle
https://jsfiddle.net/namihihii/3m48yr19/3/
Sorry if it’s a lot.
Thank you!