ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TabularColumnProps

TabularColumnProps interface

Signature:

export interface TabularColumnProps 

Properties

PropertyTypeDescription
apiWidgetApiThe api of the table (could by a pivot-table, tabular-view, ...).
cancelEdition() => {}
cellStyleCSSObject
colIdxnumberThe index of the column (equivalent to renderableTabularHeader.dataIds[0]). This variable is only set for columns rendered regularly, not by a columnsGroup. For these, it is up to the column factory to enrich the columnProps with that information.
colKeystringThe key of the column.
dataTableThe data backing the table.
getTabularMultiBinding() => MultiBinding
sparkLinesScalesSharerany
widthnumberThe column width.
  • TabularColumnProps interface
  • Properties
Copyright © 2019 ActiveViam