map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface ColumnProvider

    A column provider. Is called to build columns for a dataset.

    interface ColumnProvider {
        getColumns(): Promise<Column[]>;
    }
    Index

    Methods

    Methods

    • This function is invoked by a TableModel implementation after the dataset is initialized.

      Returns Promise<Column[]>

      columns to shown in a table.