plotly / plotly/dash-ag-grid

Server side row model does not work

Open
#410 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature P3
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.