[data-grid] Dynamic row height with column virtualization #7593
Labels
component: data grid
This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
feature: Row height
Related to the data grid Row height features
plan: Pro
Impact at least one Pro user
support: commercial
Support request from paid users
Duplicates
Latest version
Summary 💡
I have been trying to enable dynamic rowHeight in my dataGrid component.
This seems to disable the column virtualization. This hurts the performance of our app. I was wondering if there is any workaround to enable both dynamic height and the column virtualization.
Examples 🌈
https://codesandbox.io/s/mui-x-issue-template-forked-uekql7?file=/src/App.tsx
Here is the sandbox which renders 100 columns. We can see that all the columns are in the DOM when the dynamic row height is enabled.
Motivation 🔦
I need to enable dynamic row height to display long text data within the table.
However, this disables the column virtualization and it hurts our performance.
Order ID 💳 (optional)
51377
The text was updated successfully, but these errors were encountered: