Home > @activeviam/activeui-sdk > TableFromDrillthroughDataSet
TableFromDrillthroughDataSet type
Convert DrillthroughDataSet to a Table. When a column has both its value and caption asked, the two column are merged into a single one.
Signature:
export declare type TableFromDrillthroughDataSet = (drillthrough: DrillthroughDataSet, columns: DrillthroughColumns, sourceId: SourceId, dataVersion: TableVersion) => Table;