New to KendoReact? Learn about KendoReact Free.
HeaderThElementProps
Name | Type | Default | Description |
---|---|---|---|
ariaColumnIndex? |
|
ARIA column index for screen readers | |
ariaDescription? |
|
ARIA description for additional context | |
ariaLabel? |
|
ARIA label for accessibility | |
ariaSelected? |
|
ARIA selected state for the header cell | |
ariaSort? |
|
ARIA sort state indicating column sorting direction | |
children? |
|
Child elements to render inside the header cell | |
className? |
|
CSS class names for styling | |
colSpan? |
|
Number of columns the cell spans | |
columnId |
|
Unique identifier for the column | |
navigatable? |
|
Whether the cell supports keyboard navigation | |
onKeyDown? |
|
Keyboard event handler | |
role? |
|
ARIA role for the element | |
rowSpan? |
|
Number of rows the cell spans | |
style? |
|
Inline styles for the element |