Interface DataTableUiFactory

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

interface DataTableUiFactory {
    createUi(config): DataTableUi;
}

Methods

Methods

Generated using TypeDoc