From 769f2077f9b40748ba98aa07e53ccf16e4bc0346 Mon Sep 17 00:00:00 2001
From: jmfarook7 <93311100+jmfarook7@users.noreply.github.com>
Date: Mon, 19 Aug 2024 21:47:36 +0530
Subject: [PATCH] Update README.md
---
React-local-data/README.md | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/React-local-data/README.md b/React-local-data/README.md
index 54658d0..dc8427a 100644
--- a/React-local-data/README.md
+++ b/React-local-data/README.md
@@ -1,9 +1,19 @@
-# grid_Performance sample
+# React-Grid-performance-sample
->
+In this demo, the grid is configured to bind 100,000 records across 5 columns with local JSON data. This sample is designed to evaluate performance during the initial rendering of the grid and various data operations, including sorting, filtering, searching, grouping, and paging with different page sizes. You can assess performance by adjusting the page size via the pageSize value in the [pageSettings](https://ej2.syncfusion.com/react/documentation/api/grid/pageSettings/#pagesize) property at the sample level. Additionally, you have the option to enable virtual scrolling by setting [enableVirtualization](https://ej2.syncfusion.com/react/documentation/api/grid/#enablevirtualization), or you can choose to test with pagination by enabling the [allowPaging](https://ej2.syncfusion.com/react/documentation/api/grid/#allowpaging) feature. If you prefer to explore infinite scrolling, you can activate the [enableInfiniteScrolling](https://ej2.syncfusion.com/react/documentation/api/grid/#enableinfinitescrolling) feature at the sample level.
-## Build Setup
+> Note: Paging, Virtual Scrolling, and Infinite Scrolling are unique features, meaning only one of these can be enabled at a time.
+Refer to the following link for more information in the documentation.
+
+[Paging](https://ej2.syncfusion.com/react/documentation/grid/paging)
+[virtual scroll](https://ej2.syncfusion.com/react/documentation/grid/scrolling/virtual-scrolling)
+[Infinite scroll](https://ej2.syncfusion.com/react/documentation/grid/scrolling/infinite-scrolling)
+[Data-bind](https://ej2.syncfusion.com/react/documentation/grid/data-binding/local-data)
+
+
+## Run
+Use the following command to run the sample
``` bash
# install dependencies
npm install
@@ -12,7 +22,3 @@ npm install
npm start
```
-* Run the application
-* click renderGrid button and destroyGrid button
-
-