✨ (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:
parent
17a9f0c9e0
commit
5842ea6efc
10 changed files with 723 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue