grid-pro.datasourceeventnames
Home > @genesislcap/grid-pro > datasourceEventNames
datasourceEventNames variable
Event names for datasource-grid communication These represent datasource operations, not grid-specific actions
Signature:
datasourceEventNames: {
readonly initialize: "datasource-initialize";
readonly ready: "datasource-ready";
readonly dataLoaded: "datasource-data-loaded";
readonly dataChanged: "datasource-data-changed";
readonly dataCleared: "datasource-data-cleared";
readonly schemaUpdated: "datasource-schema-updated";
readonly loadingStarted: "datasource-loading-started";
readonly loadingFinished: "datasource-loading-finished";
readonly noDataAvailable: "datasource-no-data-available";
readonly moreDataAvailable: "datasource-more-data-available";
readonly filtersRestored: "datasource-filters-restored";
readonly error: "datasource-error";
readonly destroy: "datasource-destroy";
readonly sizeChanged: "datasource-size-changed";
readonly cacheFilterConfig: "cache-filter-config";
readonly refreshServerSide: "refresh-server-side";
readonly setServerSideDatasource: "set-server-side-datasource";
readonly addGridCssClass: "add-grid-css-class";
readonly removeGridCssClass: "remove-grid-css-class";
readonly applyServerSideTransaction: "apply-server-side-transaction";
}