How do I copy/paste/autofill cell metadata?

Tags: #<Tag:0x00007efc65766368>

Hi,

I have cells that contain metadata like: ID, dateTimeTo, dateTimeFrom, hours, etc.
In the table I only show the hours value. Setting the metadata works without a problem.

But when I try to copy/paste and/or use the Autofill.fill action, the metadata doesn’t get copied over to the target cells.

How can I achieve this?

Hi @jonah

I’ve posted a similar reply here https://github.com/handsontable/handsontable/issues/7596
You can use my demo to copy your metadata. It would be best if you changed the beforePaste to beforeAutofill and afterPaste to afterAutofill.
Also that example cover a once-cell change.

If you’d need any help with that let me know.