Making a compact/dense Table #631
Unanswered
troypoulter
asked this question in
Q&A
Replies: 1 comment 7 replies
-
If you want to make everything smaller, try <Table data={data} scale={0.5}>
<Table.Column prop="property" label="property" />
<Table.Column prop="description" label="description" />
<Table.Column prop="type" label="type" />
<Table.Column prop="default" label="default" />
</Table> |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Table component and I'm trying to make it more compact/dense by ideally:
I think using TableRowClassNameHandler is the go but am unsure of how best to implement it and I didn't see it used in one of the examples for reference.
Beta Was this translation helpful? Give feedback.
All reactions