Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICanvasTableColumnConf<T, LookupKey>

Canvas Table Column Config

Type parameters

  • T

  • LookupKey

Hierarchy

  • ICanvasTableColumnConf

Index

Properties

Optional align

align: Align

Align render data in the table. default Align.left

Optional customData

customData: CustomData<T>

function pointer to render string.

field

field: string

Property field in data

Optional getLookup

getLookup: GetLookup<T>

Custom lookup value

header

header: string

Text in header

Optional lookupData

lookupData: LookupValues

lookup values

Optional renderer

renderer: RenderValue<T>

function pointer to render the data with canvas

Optional visible

visible: undefined | false | true

Visible of the column. default visible

Optional width

width: undefined | number

Width of the column

Generated using TypeDoc