Home > @activeviam/activeui-sdk > TabularColumnProps > colIdx
TabularColumnProps.colIdx property
The 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.
Signature:
colIdx?: number;