Skip to content

Commit

Permalink
Update docs/data/material/components/table/table.md
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Leal <[email protected]>
Signed-off-by: Andrew Cherniavskii <[email protected]>
  • Loading branch information
cherniavskii and danilo-leal authored Mar 13, 2024
1 parent 2f5dbaf commit ef414e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/data/material/components/table/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ This constraint makes building rich data tables challenging.
The [`DataGrid` component](/x/react-data-grid/) is designed for use-cases that are focused on handling large amounts of tabular data.
While it comes with a more rigid structure, in exchange, you gain more powerful features.

:::warning
The demo below uses the v7 version of the `@mui/x-data-grid` package which is currently in beta.
We plan to release the stable version soon.
The documentation is available at [next.mui.com](https://next.mui.com/x/react-data-grid/).
:::info
The demo below uses the MUI X Data Grid v7, which is currently in beta.

Check warning on line 37 in docs/data/material/components/table/table.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [writing-rules.NoCompanyName] We avoid referencing the company name 'MUI X'. Instead you can reference a product or the team. Raw Output: {"message": "[writing-rules.NoCompanyName] We avoid referencing the company name 'MUI X'. Instead you can reference a product or the team.", "location": {"path": "docs/data/material/components/table/table.md", "range": {"start": {"line": 37, "column": 25}}}, "severity": "WARNING"}

Check failure on line 37 in docs/data/material/components/table/table.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [writing-rules.BrandName] Use a non-breaking space for brand name ('MUI X' instead of 'MUI X') Raw Output: {"message": "[writing-rules.BrandName] Use a non-breaking space for brand name ('MUI X' instead of 'MUI X')", "location": {"path": "docs/data/material/components/table/table.md", "range": {"start": {"line": 37, "column": 25}}}, "severity": "ERROR"}
Visit [the documentation](https://next.mui.com/x/react-data-grid/) to learn more about it.
:::

{{"demo": "DataTable.js", "bg": "inline"}}
Expand Down

0 comments on commit ef414e9

Please sign in to comment.