vinix d7a09840b9 feat: update device API with server-side pagination support
- Add support for backend pagination with current_page, current_limit, total_limit, total_page
- Handle multiple sources for total count (total_data, rows, data.length)
- Transform backend paging structure to frontend format
- Maintain client-side pagination as fallback
- Add comprehensive error handling with try-catch
- Add detailed console logging for debugging
- Map backend fields: current_page->page, current_limit->limit, total_limit->total
- Calculate total_page if not provided by backend

Backend response format: GET /api/device?page=1&limit=10
Supports both server-side and client-side pagination modes
2025-10-10 15:50:20 +07:00
2025-09-17 12:15:29 +07:00
2025-09-29 16:23:20 +07:00
2025-09-29 16:23:20 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:13:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-29 16:23:20 +07:00
2025-09-15 04:01:19 +00:00
2025-09-17 12:14:25 +07:00

touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitea.idetama.id/yogiedigital/cod-fe.git git push -u origin main

Description
No description provided
Readme 6.9 MiB
Languages
JavaScript 99.4%
CSS 0.5%