Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ReactJS/Grid/Row.md
Original file line number Diff line number Diff line change
@@ -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 Essential ReactJS Grid

It represents the record details that are fetched from the datasource.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)