Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfarook7 authored Aug 19, 2024
1 parent ef45584 commit 769f207
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions React-local-data/README.md
Original file line number Diff line number Diff line change
@@ -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) <br/>
[virtual scroll](https://ej2.syncfusion.com/react/documentation/grid/scrolling/virtual-scrolling) <br/>
[Infinite scroll](https://ej2.syncfusion.com/react/documentation/grid/scrolling/infinite-scrolling) <br/>
[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
Expand All @@ -12,7 +22,3 @@ npm install
npm start

```
* Run the application
* click renderGrid button and destroyGrid button


0 comments on commit 769f207

Please sign in to comment.