Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Sep 20, 2024
1 parent 31b421e commit 9408e2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/data/data-grid/row-spanning/row-spanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ By default, each cell in a Data Grid takes up the height of one row.
The row spanning feature makes it possible for a cell to fill multiple rows in a single column.

To enable, pass the `unstable_rowSpanning` prop to the Data Grid.
The Data Grid will automatically merge consecutive cells with the repeating values in the same column.

In the following example, the row spanning causes the cells with the same values in a column to be merged.
Switch off the toggle button to see actual rows.
The Data Grid will automatically merge consecutive cells with repeating values in the same column, as shown in the demo below—switch off the toggle button to see the actual rows:

Check warning on line 9 in docs/data/data-grid/row-spanning/row-spanning.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/data/data-grid/row-spanning/row-spanning.md", "range": {"start": {"line": 9, "column": 15}}}, "severity": "WARNING"}

{{"demo": "RowSpanning.js", "bg": "inline", "defaultCodeOpen": false}}

Expand Down

0 comments on commit 9408e2f

Please sign in to comment.