Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColumnDefinition<E>

Type parameters

  • E

Hierarchy

  • ColumnDefinition

Index

Properties

Properties

columnProps

columnProps: ColumnProps<E>

If field is provided, then these properties will override the default look&feel (defaults will still apply to the properties not contained in columnProps). If you want to create a custom column that is not bound to an entity property (e.g. an action button column or a calculated field column) use this prop only and do not use field. In this case only the properties present in columnProps will be applied to the column.

Optional field

field: string

Entity property name. Use it if you want to create a custom variant of the default property-bound column. In this case the properties in columnProps will override the default look&feel (defaults will still apply to the properties not contained in columnProps). If you want to create a custom column that is not bound to an entity property (e.g. an action button column or a calculated field column), do not use this prop.

Generated using TypeDoc