HeaderThElementProps
Interface
Definition
Package:@progress/kendo-react-data-tools
Properties
ariaColumnIndex?
number
ARIA column index for screen readers
ariaDescription?
string
ARIA description for additional context
ariaHasPopup?
boolean | "dialog" | "menu" | "listbox" | "tree" | "grid"
Indicates the type of popup triggered by the element.
ariaLabel?
string
ARIA label for accessibility
ariaSelected?
boolean
ARIA selected state for the header cell
ariaSort?
"none" | "ascending" | "descending"
ARIA sort state indicating column sorting direction
children?
any
Child elements to render inside the header cell
className?
string
CSS class names for styling
colSpan?
number
Number of columns the cell spans
columnId
string
Unique identifier for the column
navigatable?
boolean
Whether the cell supports keyboard navigation
onKeyDown?
any
Keyboard event handler
role?
string
ARIA role for the element
rowSpan?
number
Number of rows the cell spans
style?
any
Inline styles for the element