Questions about the infinite row model
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 241
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
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
rowDataproperty anymore. The only way that the grid gets the data should be via agetRowsRequest=>getRowsResponsecallback. 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?
rowDataas a callback input givesNonenow.
Thanks a lot!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the infinite row model documentation linked in the issue and compare it with the referenced community discussion about refreshing the cache. Determine whether the three questions need documented guidance, then update the relevant documentation so data loading, server refreshes, and reading user edits are answered clearly.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100