I have cell position and some text as well now I want to add that text to cell dynamically. How we can achieve this ? Is there any api for the same in suite 6 ??
1 Like
Please, try to use the update()
method of the dataCollection:
https://docs.dhtmlx.com/suite/data_collection__api__update.html
Here is an example:
https://snippet.dhtmlx.com/1b9yfwoe
1 Like