BaseService
Defined in: datagrid/core/services/base-service.ts:7
Base class for service operations related to the datagrid, providing shared functionality such as refreshing the grid.
Extended by
ColumnControlServiceEditingServiceFilteringServiceSearchServiceGroupingServicePaginationServiceRowServiceSortingService
Constructors
new BaseService()
new BaseService(
datagrid,events):BaseService
Defined in: datagrid/core/services/base-service.ts:14
Creates an instance of the BaseService class.
Parameters
datagrid
DatagridCore<any>
The core datagrid instance.
events
The event service used for emitting events.