diff --git a/README.md b/README.md index 61c93b9..523b44b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React-Feature-Rich-Grid +# React Feature Rich DataGrid This sample demonstrates the full capabilities of the Syncfusion [React Data Grid](https://www.syncfusion.com/react-components/react-data-grid) by integrating all available APIs into a single, interactive experience. Users can dynamically enable or disable features such as CRUD operations, editing, and exporting—directly through the UI—without writing a single line of code. This makes it an ideal tool for presales evaluations, customer demos, and internal testing, allowing users to explore and understand the grid's flexibility and power in real time. @@ -23,4 +23,4 @@ Make sure that you have the compatible versions of [Visual Studio Code](https:// ## Further help For more help, check the [Syncfusion React Data Grid example](https://ej2.syncfusion.com/react/demos/#/tailwind3/grid/overview), - [Syncfusion React Data Grid documentation](https://ej2.syncfusion.com/react/documentation/grid/getting-started). \ No newline at end of file + [Syncfusion React Data Grid documentation](https://ej2.syncfusion.com/react/documentation/grid/getting-started). diff --git a/src/components/Grid/App.tsx b/src/components/Grid/App.tsx index 223a7d4..f82785e 100644 --- a/src/components/Grid/App.tsx +++ b/src/components/Grid/App.tsx @@ -3501,7 +3501,7 @@ export const App = () => { <>
- GitHub
@@ -3559,7 +3559,7 @@ export const App = () => { GitHub @@ -3763,4 +3763,4 @@ interface GridPropertiesGroup { interface ChangeEventArgs { checked: boolean; -} \ No newline at end of file +}