From 6fc54820296ce937207a0fb99fb271566c31e332 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:50:32 +0300 Subject: [PATCH 1/2] image renamed --- ReactJS/Grid/Row.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ReactJS/Grid/Row.md b/ReactJS/Grid/Row.md index 99d00c7f..c4e2945b 100644 --- a/ReactJS/Grid/Row.md +++ b/ReactJS/Grid/Row.md @@ -1,12 +1,12 @@ --- layout: post -title: Row with Grid widget for Syncfusion Essential ReactJs -description: How to use and customize the grid row +title: Row in ReactJS Grid Control | Syncfusion +description: Learn here all about Row support in Syncfusion Essential ReactJS Grid control, its elements, and more. platform: reactjs control: Grid documentation: ug --- -# Row +# Row in ReactJS Grid It represents the record details that are fetched from the datasource. @@ -71,7 +71,7 @@ Create a JSX file and paste the following content The following output is displayed as a result of the above code example. -![](Row_images/Row_img1.png) +![ReactJS Grid details template](Row_images/Row_img1.png) ## Row Template @@ -184,4 +184,4 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Row_images/Row_img2.png) +![ReactJS Grid row template](Row_images/Row_img2.png) From 94e7a2a8abc9ad7917a5dc7a75436126f9c14b7f Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:28:11 +0300 Subject: [PATCH 2/2] H1 renamed --- ReactJS/Grid/Row.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactJS/Grid/Row.md b/ReactJS/Grid/Row.md index c4e2945b..1666ef81 100644 --- a/ReactJS/Grid/Row.md +++ b/ReactJS/Grid/Row.md @@ -6,7 +6,7 @@ platform: reactjs control: Grid documentation: ug --- -# Row in ReactJS Grid +# Row in Essential ReactJS Grid It represents the record details that are fetched from the datasource.