OlgunR 52b2cf9a5b Add user-selectable page size to MassData grid
Users can now choose how many records to display per page in the MassData grid (100, 1,000, 10,000, 100,000, or all). The backend and API client are updated to support nullable skip/take parameters, allowing "all" records to be fetched when desired. The pager and page count calculations are updated to reflect the selected page size, and the pager is hidden if only one page exists. Additional UI and CSS changes provide a combo box for page size selection. The API controller now treats take <= 0 as "no limit."
2026-02-05 15:45:36 +01:00
2026-01-12 09:13:23 +01:00
2026-01-12 09:13:23 +01:00
Description
No description provided
Readme 621 KiB
Languages
HTML 60.5%
C# 32.4%
CSS 6.8%
TSQL 0.3%