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

    Interface DataTableUiFactory

    Interface implemented by ui providers. Implementing components must provide the result-api.UiFactory service name.

    interface DataTableUiFactory {
        createUi(config: DataTableUiConfig): DataTableUi;
    }
    Index

    Methods

    Methods