Home > @activeviam/activeui-sdk > TableHeaderValue
TableHeaderValue type
Used in all the widgets configurations to find the corresponding data column to display.
Signature:
export declare type TableHeaderValue = string;
Remarks
It is important to understand how it is computed from the CellSet in order to be able to write your widget configurations correctly.