Skip to content

Commit 007e6b2

Browse files
authored
Merge pull request #5 from SyncfusionExamples/GridCSample
911948: added changes in the github link.
2 parents 4762493 + d831c12 commit 007e6b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React-Feature-Rich-Grid
1+
# React Feature Rich DataGrid
22

33
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.
44

@@ -23,4 +23,4 @@ Make sure that you have the compatible versions of [Visual Studio Code](https://
2323

2424
## Further help
2525
For more help, check the [Syncfusion React Data Grid example](https://ej2.syncfusion.com/react/demos/#/tailwind3/grid/overview),
26-
[Syncfusion React Data Grid documentation](https://ej2.syncfusion.com/react/documentation/grid/getting-started).
26+
[Syncfusion React Data Grid documentation](https://ej2.syncfusion.com/react/documentation/grid/getting-started).

src/components/Grid/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3501,7 +3501,7 @@ export const App = () => {
35013501
<>
35023502
<div id="github" className="desktop-only">
35033503
<span className="githubdemo"> <span> <i className="fab fa-github"></i> </span>
3504-
<a href="https://github.com/SyncfusionExamples/React-Feature-Rich-Grid" target="_blank" rel="noopener noreferrer"
3504+
<a href="https://github.com/SyncfusionExamples/react-feature-rich-datagrid" target="_blank" rel="noopener noreferrer"
35053505
style={{ textDecoration: 'none', color: 'white', fontSize: '15px' }}>GitHub</a></span>
35063506
</div>
35073507

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

37643764
interface ChangeEventArgs {
37653765
checked: boolean;
3766-
}
3766+
}

0 commit comments

Comments
 (0)