Columns

Column Header Name

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