HeaderValueAccessorProps
Defines event arguments for customizing header cell rendering in the Syncfusion React Data Grid. Enables dynamic transformation of header text based on column metadata or application requirements. Used to modify or localize header content during rendering.
Props
The following table outlines the props for the HeaderValueAccessorProps:
| Name | Type | Default | Description |
|---|---|---|---|
| column | - | Contains the column configuration object with metadata such as field name, type, or formatting. Provides context for dynamic header rendering, enabling logic based on column properties. Used to customize header text or behavior for specific columns. | |
| headerText | string | - | Specifies the text displayed in the header cell of the grid. Allows modification for purposes such as localization, formatting, or custom display logic. Reflects the visible header content for the associated column. |