✨ (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
|
|
@ -34,3 +34,7 @@ pub use pager::{Pager, PagerAlign, PagerVisibility};
|
|||
|
||||
mod poweredby;
|
||||
pub use poweredby::PoweredBy;
|
||||
|
||||
pub mod table;
|
||||
#[doc(inline)]
|
||||
pub use table::Table;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue