feat: add EnterpriseDataTable component, integrate standard pagination, and update AgGridProvider for enhanced data handling

This commit is contained in:
Firman Ramdhani
2026-07-21 18:52:37 +07:00
parent bd88ed53a4
commit 058a571866
6 changed files with 251 additions and 13 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ export type {
DataServicesConfig,
} from './types';
export type { IDataTransformer } from './base-data.transformer';
export type { IDataTransformer, StandardPaginationMeta } from './base-data.transformer';