Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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).
[Syncfusion React Data Grid documentation](https://ej2.syncfusion.com/react/documentation/grid/getting-started).
6 changes: 3 additions & 3 deletions src/components/Grid/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3501,7 +3501,7 @@ export const App = () => {
<>
<div id="github" className="desktop-only">
<span className="githubdemo"> <span> <i className="fab fa-github"></i> </span>
<a href="https://github.com/SyncfusionExamples/React-Feature-Rich-Grid" target="_blank" rel="noopener noreferrer"
<a href="https://github.com/SyncfusionExamples/react-feature-rich-datagrid" target="_blank" rel="noopener noreferrer"
style={{ textDecoration: 'none', color: 'white', fontSize: '15px' }}>GitHub</a></span>
</div>

Expand Down Expand Up @@ -3559,7 +3559,7 @@ export const App = () => {
<i className="fab fa-github"></i>
</span>
<a
href="https://github.com/SyncfusionExamples/React-Feature-Rich-Grid"
href="https://github.com/SyncfusionExamples/react-feature-rich-datagrid"
target="_blank"
rel="noopener noreferrer"
style={{ textDecoration: 'none', color: 'white', fontSize: '15px', marginLeft: '5px' }}>GitHub</a></span>
Expand Down Expand Up @@ -3763,4 +3763,4 @@ interface GridPropertiesGroup {

interface ChangeEventArgs {
checked: boolean;
}
}
Loading