Files
trackgo-fe/packages/ui
shancheas 32b2edaa49 feat: enhance EnterpriseDataTable with server-side pagination utilities and refresh logic
- Introduced new utility functions for handling server-side pagination, including `resolveServerSideInitialRowCount` and `shouldRestorePaginationPage`.
- Updated `EnterpriseDataTable` to utilize these utilities for improved pagination behavior, ensuring proper row count handling and page restoration.
- Added a new test file for the pagination utilities to validate their functionality and ensure reliability.
- Modified navigation logic to reset pagination state after creating or duplicating entries, enhancing user experience.

These changes improve the data table's handling of server-side pagination, ensuring a smoother experience when navigating through data entries.
2026-08-31 14:38:13 +07:00
..