WIP
This commit is contained in:
parent
5ce50b76f5
commit
a99552a105
24 changed files with 3717 additions and 100 deletions
|
@ -208,3 +208,10 @@ element_widget!(TableRow, TableRowWidget, tr);
|
|||
element_widget!(TableHead, TableHeadWidget, th);
|
||||
element_widget!(TableData, TableDataWidget, td);
|
||||
element_widget!(Header, HeaderWidget, header);
|
||||
|
||||
// https://flowbite.com/docs/components/tables/
|
||||
// TODO : tables
|
||||
// table options
|
||||
// wrap data to table (crud)
|
||||
|
||||
// TODO: TABLE https://flowbite.com/docs/components/pagination/#table-data-pagination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue