Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matttdawson committed Jun 18, 2024
1 parent 31339f3 commit 53cc799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const GridDemo = () => {
export: false,
}),
// This is the flex column that will expand to fit
GridCell({
GridCell<ITestRow, string>({
field: "name",
headerName: "Name",
flex: 1,
Expand Down

0 comments on commit 53cc799

Please sign in to comment.