From 8c22a91161ec30f00f83377928dde9c539bd98bc Mon Sep 17 00:00:00 2001 From: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:02:00 -0800 Subject: [PATCH] not also --- docs/data/data-grid/getting-started/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/data-grid/getting-started/getting-started.md b/docs/data/data-grid/getting-started/getting-started.md index d4df4df3d32ef..9aa19abd7c50f 100644 --- a/docs/data/data-grid/getting-started/getting-started.md +++ b/docs/data/data-grid/getting-started/getting-started.md @@ -52,7 +52,7 @@ import { DataGrid, GridRowsProp, GridColDef } from '@mui/x-data-grid'; ### Define rows Each row in the Data Grid is an object with key-value pairs that correspond to the column and its value, respectively. -You should also provide an `id` property for delta updates and improved performance. +You should provide an `id` property for delta updates and improved performance. The code snippet below defines three rows with values assigned to the `name` and `description` columns for each: