-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementFeature enhancementFeature enhancement
Description
Currently those table rows have line-height set to 1.5 (see https://github.com/githubocto/flat-ui/blob/main/src/index.css#L13) and hardcoded .cell height is set to 40px with inline styles for each data cell div.
This results in not even 10 rows of actual data rows we can display in our limited 560px table view in a notebook cell output.
Flat data grid header summary row with bar charts is really nice to get a quick dataset overview.
Reducing regular row height to 24px or so could make that data table renderer even more useful for quick data scans.
Metadata
Metadata
Assignees
Labels
enhancementFeature enhancementFeature enhancement