Columns

Column Header Name

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.

Header Name Usage
TODO

Updating the Header Name

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.

Header Name Update
TODO

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.