[Table] Add padding attribute to the component #12162
Labels
component: table
This is the name of the generic UI component, not the React module!
new feature
New feature or request
The
padding
attribute in theTableCell
is useful but it's kind of a pain in the ass to add it to every cell (or cell generation loops) if we want the wholeTable
to bedense
for example.I think that it would be great to have
<Table padding="dense">...</Table>
that would apply the padding to the whole table. If it's defined in the child component, it should override the parent attribute value.The text was updated successfully, but these errors were encountered: