How can I merge cells dynamically? #3976
Replies: 1 comment
-
Didn't you try this ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Versions
So I have three methods in the export class: headings(), collection() and registerEvents().
The problem is that I cannot know in advance which cells to merge. I only know this when I iterate over the collection and collect the cell merge information into an array. I can't pass any data to the registerEvents() method because it is called before the collection() method.
Any ideas are welcome.
Beta Was this translation helpful? Give feedback.
All reactions