Hello,
I’m having problems copying table headers (handsontable v15.3.0). I had a similar issue here, but I opened new thread because it’s a different issue.
I want to be able to highlight table header cells and copy them, the same way as table data cells. Drag-selecting some table cells and header cells does not highlight/copy header cells. I tried shortcut ctrl+shift+space (select all cells and headers), but when copy pasting, it does not copy headers.
I know there is an option to use
let copyPastePlugin = hot.getPlugin("CopyPaste");
copyPastePlugin.copyWithColumnHeaders();
But this will copy headers every time (at least it should - see linked thread above), even if they’re not selected/highlighted.
EDIT: to be precise, I want to be able to copy with ctrl+c / ctrl+v. Using “copy with headers” in context menu will sadly not do.