Server side row model does not work
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 241
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
On investigation of the codebase, i found that there is no handling for serverSide row model. It is available only for the infinite row model.
serverSide row model is necessary to enable on-demand fetching of row groups.
We can enable this by handling this in a similar fashion as done in the 'infinite' row model.
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 by locating the existing handling for the infinite row model and trace how its row-model configuration and data fetching work. Implement corresponding serverSide handling for on-demand fetching of row groups, using the infinite model as the stated reference; done means the server-side row model is recognized and can fetch grouped rows on demand.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100