You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data/data-grid/column-dimensions/column-dimensions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,8 @@ This example uses `ReactDOM.flushSync`. If used incorrectly it can hurt the perf
124
124
125
125
### Autosizing virtualized columns
126
126
127
+
Autosizing measures the cells currently rendered in the DOM. When row virtualization is enabled and the rows do not all fit in the viewport, cells from off-screen rows are not measured.
128
+
127
129
Use `autoSizeColumns({ disableColumnVirtualization: true})` to include columns that are not visible in the DOM due to column virtualization.
0 commit comments