Skip to content

Commit

Permalink
[data grid][docs] Change demo name example (#14822)
Browse files Browse the repository at this point in the history
  • Loading branch information
alelthomas authored Oct 7, 2024
1 parent 5260148 commit 24d8bfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/data/data-grid/row-spanning/RowSpanningCustom.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ const columns = [
const rows = [
{
id: 1,
name: 'George Floyd',
name: 'Andrew Clark',
designation: 'React Engineer',
department: 'Engineering',
age: 25,
},
{
id: 2,
name: 'George Floyd',
name: 'Andrew Clark',
designation: 'Technical Interviewer',
department: 'Human resource',
age: 25,
Expand Down
4 changes: 2 additions & 2 deletions docs/data/data-grid/row-spanning/RowSpanningCustom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ const columns: GridColDef[] = [
const rows = [
{
id: 1,
name: 'George Floyd',
name: 'Andrew Clark',
designation: 'React Engineer',
department: 'Engineering',
age: 25,
},
{
id: 2,
name: 'George Floyd',
name: 'Andrew Clark',
designation: 'Technical Interviewer',
department: 'Human resource',
age: 25,
Expand Down

0 comments on commit 24d8bfe

Please sign in to comment.