You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, I wish there's a setter equivalent of the getItems (i.e. setItems) API. I have this feature in my app where I need to save and persist the current items that have been resized and re-ordered, and allow the main grid component to read these items (with the order and styles retained) whenever they are needed for display. Any workaround for this in the mean time?
The docs mention grid.getItems() to get all the items. But in my use case, I would like to get the order of items after each drag & drop action.
How could this be done?
The text was updated successfully, but these errors were encountered: