Replies: 1 comment
-
Use getData and refresh the data: var data = xs.getData();
data[0].merges.push("A1:B2");
xs.loadData(data); |
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
-
This is a super simple question, but how can I programmatically merge a range of cells after rendering the data. I don't want to rely on the user to select the cells and I don't know I want to merge the cells until I get additional data back from the server, so this needs to be done after the loadData() method.
Also, is there an actual published API or tutorial somewhere? The ReadMe isn't enough to actually do anything useful.
Beta Was this translation helpful? Give feedback.
All reactions