(base): Añade componente Table

Incluye columnas ordenables (`table::SortLink`), paso de props/atributos
a filas y celdas para HTMX, y un mensaje de "sin datos" traducible con
valor por defecto.
This commit is contained in:
Manuel Cillero 2026-08-13 15:17:23 +02:00
parent 17a9f0c9e0
commit 5842ea6efc
10 changed files with 723 additions and 0 deletions

View file

@ -31,3 +31,6 @@ pager_next_aria_label = Página siguiente
pager_goto_label = Saltar a la página
pager_goto_button = Ir
pager_summary = Mostrando { $first }-{ $last } de { $total }
# Table component.
table_empty = No hay datos que mostrar