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

Description
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

we had to use table_style:
style_table={'height': '100%','overflowY':'scroll'},
as well as target the #table via css:
(full example code)
cc @wbrgss