#TableRow
import TableRow from "@poodle/ui/TableRow";
Please check table document to see the example usage.
#Theming
Please check theming component document here.
export type TableRowStyleKeys = "root"export interface TableRowThemeConfigextends StandardThemeConfig<TableRowStyleKeys, TableRowProps> {}
#Props
#Local Props
Name | Type | Description |
---|---|---|
children | React.ReactNode | |
isSelected | boolean | Mark the row is selected with attribute data-selected="true" |
#Full Props
export interface TableRowPropsextends BoxProps<"tr">,StandardComponentProps,LocalTableRowProps {}