Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jul 25, 2022
1 parent da60275 commit cbbffcc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/data/data-grid/rows/rows.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ In addition, if row grouping or tree data is being used, the row reordering is a

## Row pinning [<span class="plan-pro"></span>](https://mui.com/store/items/material-ui-pro/)

Pinned (or frozen, locked or floating) rows are rows that are visible at all times while the user scrolls the grid vertically.
Pinned rows are not affected by sorting or filtering.
Pinned (or frozen, locked or floating) rows are those visible at all times while the user scrolls the grid vertically.
Pinned rows are not affected by sorting, filtering or pagination.

:::warning
This feature is experimental, it needs to be explicitly activated using the `rowPinning` experimental feature flag.
Expand Down Expand Up @@ -316,6 +316,17 @@ The data format for pinned rows is the same as for the `rows` prop (see [Feeding

Pinned rows data should also meet [Row identifier](/x/react-data-grid/rows/#row-identifier) requirements.

:::info
Note that pinned rows do not support following features:

- editing
- selection
- row grouping
- tree data
- row reordering
- master detail
:::

{{"demo": "RowPinning.js", "disableAd": true, "bg": "inline"}}

### Controlling pinned rows
Expand Down

0 comments on commit cbbffcc

Please sign in to comment.