From a870284883da9d7b1eb88466b2073c809c267856 Mon Sep 17 00:00:00 2001 From: Suriya Date: Wed, 29 Jun 2022 18:43:29 +0530 Subject: [PATCH 1/2] (EJ2-61417)Broken links fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43441810..cd53b7b5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To add datasource file for the component, you need to include the `dataSourcePat refer the below link for config -https://gitlab.syncfusion.com/essential-studio/ej2-javascript-samples/blob/7a32bea49aca215fdef1fe432e4135fa07ff3c83/src/grid/sample.json#L9 +https://github.com/syncfusion/ej2-javascript-samples/blob/master/src/grid/sample.json#L9 The sample datasource file need to store the json in window variable. @@ -69,9 +69,9 @@ Each component's datasource window variable name must be unique. For example datasource for grid must be stored as `window.gridData`. -Refer the below below datasource file for further reference +Refer the below datasource file for further reference -https://gitlab.syncfusion.com/essential-studio/ej2-javascript-samples/blob/19761f5590b4af5b2ea1cb90bed33d8dfa496de9/src/grid/datasource.js +https://github.com/syncfusion/ej2-javascript-samples/blob/master/src/grid/data-source.js **Note:** Each component should include one datasource file only. From 372471e6c3d57506920109fa758c76aaec11379c Mon Sep 17 00:00:00 2001 From: Suriya <100849613+SuriyaKumar2402@users.noreply.github.com> Date: Fri, 1 Jul 2022 22:03:03 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd53b7b5..5c8e56d2 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Configure your sample json file as like below code snippet. * _category :_ Specify that your sample comes under which category. -* _dataSourcePath :_ Specify that your data source file Path (Optional). +* _dataSourcePath :_ Specify that your data source file path (optional). * _samples :_ Specify array of samples in your control. @@ -59,11 +59,11 @@ Configure your sample json file as like below code snippet. To add datasource file for the component, you need to include the `dataSourcePath` option which need to map the datasource file path in the component's sample.json. -refer the below link for config +Refer to the below link for the configuration, -https://github.com/syncfusion/ej2-javascript-samples/blob/master/src/grid/sample.json#L9 +https://github.com/syncfusion/ej2-javascript-samples/blob/master/src/grid/sample.json#L7 -The sample datasource file need to store the json in window variable. +The sample data source file need to store the json in window variable. Each component's datasource window variable name must be unique.