Skip to content

Commit

Permalink
not also
Browse files Browse the repository at this point in the history
  • Loading branch information
mapache-salvaje committed Jan 7, 2025
1 parent 507d94d commit 8c22a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/data-grid/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8c22a91

Please sign in to comment.