TableRowClasses

sealed external interface TableRowClasses(source)

Properties

Link copied to clipboard
abstract val footer: ClassName

Styles applied to the root element if table variant="footer".

Link copied to clipboard
abstract val head: ClassName

Styles applied to the root element if table variant="head".

Link copied to clipboard
abstract val hover: ClassName

State class applied to the root element if hover={true}.

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.

Link copied to clipboard
abstract val selected: ClassName

State class applied to the root element if selected={true}.