Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi i build a Table that get dataSource from Json server and have this three options : add ,delete , edit
i have two problem :
first editing griddata is work well but when i use delete or add data the table is not update and i should refresh the browser for see changes.
it means i have problem for refreshing table when data has change .
twice : pages size not working , my pageSize is 5 but all my datas show in one page
this is my Grid component Code:
```
```
and this is my order service:
```
```
display grid:
