LyteNyte Grid logo for light mode. Links back to the documentation home page.
Columns

Column Header Name

Learn how to set, display, and update column header names in LyteNyte Grid.

Set the name property to give any column a user-friendly display name. The grid's default header renderer shows this value in the column header.

Other LyteNyte Grid components also use the name property when showing column-related information. For example, the Column Manager uses name values as row labels.

Header Name Usage

Updating the Header Name

Use the columnUpdate API method to change a column's header name. This method lets you update any column property, including the header name.

Header Name Update