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

[data grid] Export to Excel or CSV Datagrid "Server" #14607

Open
TarasShyn opened this issue Sep 13, 2024 · 1 comment
Open

[data grid] Export to Excel or CSV Datagrid "Server" #14607

TarasShyn opened this issue Sep 13, 2024 · 1 comment
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Export feature: Server integration Better integration with backends status: waiting for author Issue with insufficient information support: commercial Support request from paid users support: pro standard Support request from a Pro standard plan user. https://mui.com/legal/technical-support-sla/

Comments

@TarasShyn
Copy link

TarasShyn commented Sep 13, 2024

The problem in depth

I couldn’t find an exact solution to our problem. We're working with a vast dataset, (over 1k, and 10k) so we do the pagination, sorting, and filtering on the backend, utilizing the MUI Api on the front end. Still, when it comes to the export, we would like to omit pagination, meaning, we would like to export based on sorting and filtering only, so the Excel or CSV file contains the original dataset, currently based on our testing, we can export only what MUI received on each page, is there a way to handle the case that I described?

Your environment

`npx @mui/envinfo`
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Search keywords: Excel, CSV, Export, Datagrid
Order ID: 97642
Support ID: 22307

@TarasShyn TarasShyn added status: waiting for maintainer These issues haven't been looked at yet by a maintainer support: commercial Support request from paid users labels Sep 13, 2024
@github-actions github-actions bot added component: data grid This is the name of the generic UI component, not the React module! support: pro standard Support request from a Pro standard plan user. https://mui.com/legal/technical-support-sla/ labels Sep 13, 2024
@michelengelen michelengelen changed the title Export to Excel or CSV Datagrid "Server" [data grid] Export to Excel or CSV Datagrid "Server" Sep 13, 2024
@michelengelen
Copy link
Member

To help us diagnose the issue efficiently, could you provide a stripped-down reproduction test case using the latest version? A live example would be fantastic! ✨

For your convenience, our documentation offers templates and guides on creating targeted examples: Support - Bug reproduction

Just a friendly reminder: clean, functional code with minimal dependencies is most helpful. Complex code can make it tougher to pinpoint the exact issue. Sometimes, simply going through the process of creating a minimal reproduction can even clarify the problem itself!

Thanks for your understanding! 🙇🏼

@michelengelen michelengelen added status: waiting for author Issue with insufficient information feature: Export feature: Server integration Better integration with backends and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Export feature: Server integration Better integration with backends status: waiting for author Issue with insufficient information support: commercial Support request from paid users support: pro standard Support request from a Pro standard plan user. https://mui.com/legal/technical-support-sla/
Projects
None yet
Development

No branches or pull requests

2 participants