Properties
Name | Type | Default | Description |
---|---|---|---|
Behavior | |||
ChildContent |
RenderFragment |
null | Child content of the component. |
Appearance | |||
Bordered |
bool |
False | If true, table's cells will have left/right borders. |
Dense |
bool |
False | If true, compact padding will be used. |
Elevation |
int |
1 | Child content of component. |
FixedHeader |
bool |
False | When true, the header will stay in place when the table is scrolled. Note: set Height to make the table scrollable. |
Hover |
bool |
False | If true, the table row will shade on hover. |
Outlined |
bool |
False | If true, table will be outlined. |
Square |
bool |
False | If true, border-radius is set to 0. |
Striped |
bool |
False | If true, striped table rows will be used. |
Common | |||
Class |
string |
null | User class names, separated by space. |
Style |
string |
null | User styles, applied on top of the component's own classes and styles. |
Tag |
object |
null | Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<string, object> |
UserAttributes carries all attributes you add to the component that don't match any of its parameters. They will be splatted onto the underlying HTML tag. | |