Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Server-side row model for the Table component #1136

Open
co-stig opened this issue Apr 3, 2024 · 0 comments
Open

Feature request: Server-side row model for the Table component #1136

co-stig opened this issue Apr 3, 2024 · 0 comments

Comments

@co-stig
Copy link
Collaborator

co-stig commented Apr 3, 2024

The problem

We have a large data set (hundreds of thousands of records), which we can't fetch to the client all at once.

Describe the solution you'd like

We would like to use AgGrid out-of-the-box Server Side Row Model feature to make sorting, filtering and pagination transparent, see https://ag-grid.com/javascript-data-grid/server-side-model/.

Describe alternatives you've considered

We considered implementing our own scaffolding around the data source. It requires writing quite a lot of code to cover all possible scenarios.

Additional context

We need it in the context of the "PLM Apps" project. We'll try to implement this feature ourselves and will open a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant