Hi,
we recently switched to the infinite row model in our app to improve loading times. I have read the docs page, and it's very helpful. But I still have a few questions that I couldn't find answers to, so I hope it's ok that I post them here.
- My understanding is that with the infinite row model, I should not output anything to the
rowData property anymore. The only way that the grid gets the data should be via a getRowsRequest => getRowsResponse callback. correct?
- How can I trigger a refresh of the grid when I know that the data has changed on the server? At the moment I am using a client-side callback as described here. Is that correct or is there an easier way by now?
- How do I read changes that a user makes on the grid data?
rowData as a callback input gives None now.
Thanks a lot!
Hi,
we recently switched to the infinite row model in our app to improve loading times. I have read the docs page, and it's very helpful. But I still have a few questions that I couldn't find answers to, so I hope it's ok that I post them here.
rowDataproperty anymore. The only way that the grid gets the data should be via agetRowsRequest=>getRowsResponsecallback. correct?rowDataas a callback input givesNonenow.Thanks a lot!