creado componente para las rows y mejorado el pagination stepper

This commit is contained in:
2025-02-04 21:38:59 -03:00
parent d0ea1171f8
commit b4090f74e0
4 changed files with 78 additions and 42 deletions
+1 -1
View File
@@ -106,6 +106,6 @@
</tbody>
</table>
<div class="d-flex justify-content-center">
<PaginacionStepper currentPag={pagina} {cantpag} {queryPag}/>
<PaginacionStepper currentPag={pagina} {cantpag} {queryPag} centrado={true}/>
</div>
</div>