Home > @activeviam/activeui-sdk > TableTransformer
TableTransformer interface
A table transformer taking as a first argument the table to transform and as a second argument a callback to call on the transformed table.
Signature:
export interface TableTransformer
Properties
| Property | Type | Description |
|---|---|---|
| transform | (table: Table, callback: (transformedTable: Table) => void) => void |