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] Not able to print all rows of a datagrid #15912

Open
masull opened this issue Dec 16, 2024 · 2 comments
Open

[data grid] Not able to print all rows of a datagrid #15912

masull opened this issue Dec 16, 2024 · 2 comments
Labels
component: data grid This is the name of the generic UI component, not the React module! feature: Export regression A bug, but worse 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/

Comments

@masull
Copy link

masull commented Dec 16, 2024

The problem in depth

I am not able to print all rows of a virtualized datagrid.
Sample project:

Click the unfiltered button at the top. This was originally your example for exporting all rows to csv. I modified it to print instead.

Your environment

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

  System:
    OS: Windows 11 10.0.26100
  Binaries:
    Node: 22.9.0 - C:\Program Files\nodejs\node.EXE
    npm: 10.9.2 - C:\work\cbd-phoenix-vite\node_modules\.bin\npm.CMD
    pnpm: Not Found
  Browsers:
    Chrome: Not Found
    Edge: Chromium (127.0.2651.74)
  npmPackages:
    @emotion/react:  11.13.5 
    @emotion/styled:  11.13.5 
    @mui/base:  5.0.0-beta.42 
    @mui/core-downloads-tracker:  6.1.10 
    @mui/icons-material:  6.1.10 
    @mui/lab:  6.0.0-dev.240424162023-9968b4889d 
    @mui/material:  6.1.10
    @mui/private-theming:  6.1.10
    @mui/styled-engine:  6.1.10
    @mui/styles:  6.1.10
    @mui/system:  6.1.10
    @mui/types:  7.2.19
    @mui/utils:  6.1.10
    @mui/x-data-grid:  7.23.1
    @mui/x-data-grid-premium:  7.23.1
    @mui/x-data-grid-pro:  7.23.1
    @mui/x-date-pickers:  7.23.1
    @mui/x-internals:  7.23.0
    @mui/x-license:  7.23.0
    @types/react:  19.0.1
    react:  18.3.1
    react-dom:  18.3.1

Search keywords: print virtualized datagrid

Order ID: 101450

@masull masull added status: waiting for maintainer These issues haven't been looked at yet by a maintainer support: commercial Support request from paid users labels Dec 16, 2024
@github-actions github-actions bot added component: data grid This is the name of the generic UI component, not the React module! support: premium standard Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/ labels Dec 16, 2024
@masull
Copy link
Author

masull commented Dec 16, 2024

@michelengelen
Copy link
Member

Hey @masull ... this is not only happening in your implementation.
I found that this is a regression to v6.

Below I show both versions and v6 can print all rows, but v7 not.

Screen.Recording.2024-12-17.at.12.39.17.mov

CSB for the test:

I'll add this to the board! Thanks for raising iot @masull! 💪🏼

@michelengelen michelengelen added regression A bug, but worse feature: Export and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Dec 17, 2024
@michelengelen michelengelen changed the title [question] Not able to print all rows of a virtualized datagrid [data grid] Not able to print all rows of a datagrid Dec 17, 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 regression A bug, but worse 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/
Projects
None yet
Development

No branches or pull requests

2 participants