@k8slens/extensions / Exports / Renderer / Component / TableRowProps
Interface: TableRowProps<Item>#
Renderer.Component.TableRowProps
Type parameters#
Name |
---|
Item |
Hierarchy#
DOMAttributes
<HTMLDivElement
>
↳ TableRowProps
Table of contents#
Properties#
Properties#
className#
• Optional
className: string
disabled#
• Optional
disabled: boolean
nowrap#
• Optional
nowrap: boolean
Should the inner <TableCell>
be aligned to one line
white-space: nowrap
searchItem#
• Optional
searchItem: Item
data for searching filters in <Table searchable={}></Table>
selected#
• Optional
selected: boolean
sortItem#
• Optional
sortItem: Item
data for sorting callback in <Table sortable={}></Table>
style#
• Optional
style: CSSProperties
testId#
• Optional
testId: string