Use setUserData in suite.8.0 version

Is it possible to use setUserData in suite.8.0 version?
I’m having a problem not recognizing the method
If not supported, how can I inject data-** attributes into each cell?

From my perspective, userdata is a legacy concept since we have templates.
Instead of setting userdata, grid now just stores the original object, so we don’t need to create a special object for grid initialisation anymore, at least as long as the source dataset has some top level key for each column we want to display:

https://snippet.dhtmlx.com/j5cv7ulj

2 Likes