From a510f8d52229af7e408a499820725290d8132fa2 Mon Sep 17 00:00:00 2001 From: delangle Date: Fri, 10 Jun 2022 10:34:28 +0200 Subject: [PATCH] Prettier --- docs/data/data-grid/rows/rows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/data-grid/rows/rows.md b/docs/data/data-grid/rows/rows.md index c237eaf86024..81ffd1c067c3 100644 --- a/docs/data/data-grid/rows/rows.md +++ b/docs/data/data-grid/rows/rows.md @@ -37,7 +37,7 @@ The following demo shows how to use `getRowId` to grab the unique identifier fro If no such unique identifier exists in the data set, then you must create it by some other means, but this scenario should be avoided because it leads to issues with other features of the grid. -Note that it is not necessary to create a column to display the unique identifier data. +Note that it is not necessary to create a column to display the unique identifier data. The data grid pulls this information directly from the data set itself, not from anything that is displayed on the screen. :::warning