Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

user friendly option for table to size to parent container  #634

@cldougl

Description

@cldougl

At this time it is a little tricky to get the table to vertically size to align with neighbouring components. This is exhibited while using Design Kit and including the table in a row, block, or card component.
For example: in order to get it to size within a given row
Screen Shot 2019-10-30 at 8 17 58 PM

we had to use table_style:
style_table={'height': '100%','overflowY':'scroll'},
as well as target the #table via css:

#table {
    height: 100%;
}

(full example code)

cc @wbrgss

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions