From 7cc860928a6fd9c83641fa14b236cb1b6bfc902c Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskii Date: Wed, 10 Apr 2024 21:35:02 +0200 Subject: [PATCH] [material-ui][docs] Remove Data Grid v7 beta callout (#41839) --- docs/data/material/components/table/table.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/data/material/components/table/table.md b/docs/data/material/components/table/table.md index 51a333e5c0d763..04d4a4aea37c77 100644 --- a/docs/data/material/components/table/table.md +++ b/docs/data/material/components/table/table.md @@ -33,11 +33,6 @@ 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. -:::info -The demo below uses the MUIĀ X Data Grid v7, which is currently in beta. -Visit [the documentation](https://next.mui.com/x/react-data-grid/) to learn more about it. -::: - {{"demo": "DataTable.js", "bg": "inline"}} ## Dense table