Skip to content
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

SEO-184063-COVERAGE-ISSUE-REACT #440

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 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
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 JS2, 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Set different event time duration in React Schedule component | Syncfusion
description: Learn here all about Set different event time duration in Syncfusion React Schedule component of Syncfusion Essential JS 2 and more.
title: Set Time duration | React Schedule Component | Syncfusion
description: Learn here all about data binding support in React Schedule component of Syncfusion Essential JS2, its elements, and more.
control: Set different event time duration
platform: ej2-react
documentation: ug
Expand All @@ -10,7 +10,7 @@ domainurl: ##DomainURL##

# Set different event time duration in React Schedule component

In event window, start/end time duration will be processed based on the `interval` value within the `timeScale` property. By default, `interval` value is 30, therefore in event window start/end time duration will be in 30 mins duration. You can set custom interval range to the start/end time in event window using `popupOpen` event as shown below.
In event window, start/end time duration will be processed based on the `interval` value within the `timeScale` property. By default, `interval` value is 30 minutes, therefore in event window start/end time duration will be in 30 mins duration. You can set custom interval range to the start/end time in event window using `popupOpen` event as shown below.

{% tabs %}
{% highlight js tabtitle="index.jsx" %}
Expand Down