From 9a6eb0d88b9dc87bac8133defa57dceef2952ba8 Mon Sep 17 00:00:00 2001 From: EsterAtieno Date: Mon, 3 Jun 2024 16:38:03 +0300 Subject: [PATCH 1/3] SEO-184063-COVERAGE-ISSUE-REACT --- ej2-react/gantt/data-binding.md | 6 +++--- ej2-react/gantt/rows.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ej2-react/gantt/data-binding.md b/ej2-react/gantt/data-binding.md index f7d846960..be72b5a74 100644 --- a/ej2-react/gantt/data-binding.md +++ b/ej2-react/gantt/data-binding.md @@ -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 diff --git a/ej2-react/gantt/rows.md b/ej2-react/gantt/rows.md index 6c0c57eea..c944647d2 100644 --- a/ej2-react/gantt/rows.md +++ b/ej2-react/gantt/rows.md @@ -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. From 09e8956c5b17bae3ee6dc93f57aea784e36a7349 Mon Sep 17 00:00:00 2001 From: EsterAtieno Date: Mon, 24 Jun 2024 09:43:54 +0300 Subject: [PATCH 2/3] Comment resolved --- ej2-react/gantt/rows.md | 2 +- ej2-react/schedule/how-to/set-different-event-time-duration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ej2-react/gantt/rows.md b/ej2-react/gantt/rows.md index c944647d2..a637efbf2 100644 --- a/ej2-react/gantt/rows.md +++ b/ej2-react/gantt/rows.md @@ -1,7 +1,7 @@ --- layout: post 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. +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 diff --git a/ej2-react/schedule/how-to/set-different-event-time-duration.md b/ej2-react/schedule/how-to/set-different-event-time-duration.md index 837ebc250..be222a2fe 100644 --- a/ej2-react/schedule/how-to/set-different-event-time-duration.md +++ b/ej2-react/schedule/how-to/set-different-event-time-duration.md @@ -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. +description: Learn here all about data binding support in React Gantt component of Syncfusion Essential JS2, its elements, and more. control: Set different event time duration platform: ej2-react documentation: ug From d0609809e563ba7019ee9105cba8c003b00739ac Mon Sep 17 00:00:00 2001 From: EsterAtieno Date: Mon, 24 Jun 2024 10:41:17 +0300 Subject: [PATCH 3/3] changes solved --- .../schedule/how-to/set-different-event-time-duration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ej2-react/schedule/how-to/set-different-event-time-duration.md b/ej2-react/schedule/how-to/set-different-event-time-duration.md index be222a2fe..b11bbd83d 100644 --- a/ej2-react/schedule/how-to/set-different-event-time-duration.md +++ b/ej2-react/schedule/how-to/set-different-event-time-duration.md @@ -1,7 +1,7 @@ --- layout: post -title: Set different event time duration in React Schedule component | Syncfusion -description: Learn here all about data binding support in React Gantt component of Syncfusion Essential JS2, its elements, 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 @@ -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" %}