From 838518e00a94edb2f5f2f1fa40da561e7f08b2cc Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskyi Date: Tue, 3 Dec 2024 13:45:43 +0100 Subject: [PATCH] update docs --- docs/data/data-grid/list-view/list-view.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/data/data-grid/list-view/list-view.md b/docs/data/data-grid/list-view/list-view.md index 537d9611d52b5..ed100bb168cab 100644 --- a/docs/data/data-grid/list-view/list-view.md +++ b/docs/data/data-grid/list-view/list-view.md @@ -16,10 +16,6 @@ Unlike the default grid view, the list view makes no assumptions on how data is In order to display data in a list view, a `unstable_listColumn` prop must be provided with a `renderCell` function. -:::warning -This feature is under development and is marked as **unstable**. While you can use the list view feature in production, the API could change in the future. -::: - ```tsx function ListViewCell(params: GridRenderCellParams) { return <>{params.row.id};