Use the headerName
property to provide a user-friendly display name for any column. The grid's
default header renderer displays this value in the column header.
Other LyteNyte Grid components also use the headerName
property when displaying column-related
information. For example, the Pill Manager uses headerName
values
as display labels on each pill.
You can update a column's header name using the grid API method columnUpdate
. This method allows
you to modify any column property, including the header name.
To update multiple columns at once, use the columnUpdateMany
method. For more details on these and
other API methods, see the LyteNyte Grid API Reference.