feat(web): make active tables sortable
DH V2 CI / API · typecheck, tests, build (push) Successful in 53s
Production dependency audit / API · production dependencies (push) Successful in 19s
Production dependency audit / WEB · production dependencies (push) Successful in 16s
DH V2 CI / WEB · typecheck, build (push) Successful in 1m34s
DH V2 CI / Docker / migrations / production images (push) Successful in 2m49s
DH V2 CI / Promote verified main to deploy (push) Successful in 3s
Android CI / RC / Android · lint, tests, debug APK, release compile (push) Successful in 7m22s

This commit is contained in:
ChatGPT DH
2026-09-16 19:20:41 -03:00
parent fa6ba7f31e
commit 1beba14c3b
36 changed files with 253 additions and 55 deletions
+9
View File
@@ -0,0 +1,9 @@
# F6.17 · Tablas ordenables
La WEB utiliza un único componente `SortableTable` para las 28 tablas activas.
- Las cabeceras con texto alternan orden ascendente y descendente.
- Las columnas sin título (acciones) no son ordenables.
- El comparador reconoce texto, números y fechas visibles.
- El estado del orden se conserva mientras la tabla permanezca montada.
- El patrón aplica también a tablas de detalle, historial, auditoría, documentación e importaciones.