2817f3c31c3c013f92ac32ce51fe42a69b7f8a1d
- Add support for server-side pagination from backend - Maintain client-side pagination as fallback - Filter out super admin users (is_sa = true or 1) in both paths - Add comprehensive error handling with try-catch - Add console logging for debugging - Return standardized response structure - Handle both boolean and integer values for is_sa field - Recalculate pagination info after filtering SA users API now supports both backend pagination and ensures SA users are always hidden from the list
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
Languages
JavaScript
99.4%
CSS
0.5%