-
-
Couldn't load subscription status.
- Fork 1.7k
[docs] Add recipe about server-side data export #19617
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
Conversation
|
Deploy preview: https://deploy-preview-19617--material-ui-x.netlify.app/ Updated pages: Bundle size report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments ... non-blocking! ![]()
| apiRef.current.updateRows( | ||
| idsToDelete.map((id) => ({ id, _action: 'delete' })), | ||
| ); | ||
| } finally { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we have a catch here? Even if it is only throwing we should probably add this. WDYT @MBilalShafi?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so because it's not the gist of the demo. Also, handling errors depends on the project, we should not add it.
Co-authored-by: Michel Engelen <[email protected]> Signed-off-by: Siriwat K <[email protected]>
closes #6036
Preview: https://deploy-preview-19617--material-ui-x.netlify.app/x/react-data-grid/export/
others
This PR add
gridDataRowIdsSelectorto the selector documentation of rows