✨ (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 = Next page
|
|||
pager_goto_label = Jump to page
|
||||
pager_goto_button = Go
|
||||
pager_summary = Showing { $first }-{ $last } of { $total }
|
||||
|
||||
# Table component.
|
||||
table_empty = No data to display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue