Skip to content

Commit

Permalink
reduce number of rows for vertical scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjwatkins committed Sep 7, 2023
1 parent 57d5e3d commit 7bc2410
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions easy-ui-react/src/DataGrid/DataGrid.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@ const rows = [
status: "Active",
lastActive: "2023-06-06",
},
{
key: 7,
name: "Chris Rowan",
email: "[email protected]",
permissions: "Admin",
status: "Active",
lastActive: "2023-08-15",
},
{
key: 8,
name: "Russell Schavers",
email: "[email protected]",
permissions: "User",
status: "Inactive",
lastActive: "2022-12-01",
},
];

const Template = (args: Partial<DataGridProps>) => {
Expand Down

0 comments on commit 7bc2410

Please sign in to comment.