-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce number of rows for vertical scrolling
- Loading branch information
1 parent
57d5e3d
commit 7bc2410
Showing
1 changed file
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>) => { | ||
|