Skip to content

Commit

Permalink
link from the column virtualization docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Nov 23, 2024
1 parent 0399ea3 commit 6c6b026
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/data/data-grid/virtualization/virtualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ By default, columns coming under 150 pixels region are rendered outside of the v

You can disable column virtualization by calling `apiRef.current.unstable_setColumnVirtualization(false)`, or by setting the [`columnBufferPx`](/x/api/data-grid/data-grid/#data-grid-prop-columnBufferPx) to a high value.

:::info
Column virtualization is disabled when dynamic row height is enabled.
See [dynamic row height and column virtualization](/x/react-data-grid/row-height/#column-virtualization) to learn more.
:::

## Disable virtualization

The virtualization can be disabled completely using the `disableVirtualization` prop.
Expand Down

0 comments on commit 6c6b026

Please sign in to comment.