React Data GridColumn component
Configure your grid's columns, using the props of the HotColumn
component. Pass your component as a custom cell editor or a custom cell renderer.
On this page
Declare column settings
To declare column-specific settings, pass the settings as HotColumn
props, either separately or wrapped as a settings
prop, exactly as you would with HotTable
.
Object data source
When you use object data binding for <HotColumn/>
, you need to provide precise information about the data structure for columns. To do so, refer to your object-based data property in HotColumn
's data
prop, for example, <HotColumn data='id' />
: