Skip to content

Reduce Flat Data Grid row height to display more data rows #138

@RandomFractals

Description

@RandomFractals

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions