[question] How to add a row in a grid with Server-side data? #15327
Labels
component: data grid
This is the name of the generic UI component, not the React module!
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
support: commercial
Support request from paid users
support: premium standard
Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/
The problem in depth
Background
In our React web application, we use the MUI DataGridPremium to Create, Read, Update, and Delete rows.
Since we have a large number of records, we want to use the
unstable_dataSource
prop, so that we could use the server-side filtering, sorting, and pagination.Typically, without the
unstable_dataSource
prop, we could add rows as shown in the following example.Question
Could you please explain how to add a row to the grid when the rows are fetched using
unstable_dataSource
prop?It looks like the
rows
andunstable_dataSource
are mutually exclusive. Therefore, we did not find a way to do this.Your environment
`npx @mui/envinfo`
Search keywords: server-side
Order ID: 82117
The text was updated successfully, but these errors were encountered: