Skip to content

SEO-184063-COVERAGE-ISSUE-REACT #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions ej2-react/gantt/data-binding.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Data binding in React Gantt component | Syncfusion
description: Learn here all about Data binding in Syncfusion React Gantt component of Syncfusion Essential JS 2 and more.
title: Data binding in React Gantt Component | Syncfusion
description: Learn here all about Data binding in React Gantt component of Syncfusion Essential JS 2,its elements, and more.
control: Data binding
platform: ej2-react
documentation: ug
domainurl: ##DomainURL##
---

# Data binding in React Gantt component
# Data binding in React Gantt Component

The Gantt component uses `DataManager` for binding the data source, which supports both RESTful JSON data services and local JavaScript object array. The [`dataSource`](https://ej2.syncfusion.com/react/documentation/api/gantt/#datasource) property can be assigned either with the instance of DataManager or JavaScript object array collection. The Gantt component supports binding two types of data:
* Local data
Expand Down
6 changes: 3 additions & 3 deletions ej2-react/gantt/rows.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Rows in React Gantt component | Syncfusion
description: Learn here all about Rows in Syncfusion React Gantt component of Syncfusion Essential JS 2 and more.
title: Rows in React Gantt Component | Syncfusion
description: Learn here all about Rows in React Gantt component of Syncfusion Essential JS 2, its elements, and more.
control: Rows
platform: ej2-react
documentation: ug
domainurl: ##DomainURL##
---

# Rows in React Gantt component
# Rows in React Gantt Component

Row represents a task information from the data source, and it is possible to perform the following actions in Gantt rows.

Expand Down