feat: complete advanced DataTable with search, column toggle, and bulk actions
Some checks failed
Build MIPS Binary / build (push) Failing after 1m30s
Some checks failed
Build MIPS Binary / build (push) Failing after 1m30s
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
pub mod alert_dialog;
|
||||
pub mod button;
|
||||
pub mod card;
|
||||
pub mod input;
|
||||
pub mod toast;
|
||||
pub mod checkbox;
|
||||
pub mod context_menu;
|
||||
pub mod theme_toggle;
|
||||
pub mod data_table;
|
||||
pub mod dialog;
|
||||
pub mod dropdown_menu;
|
||||
pub mod empty;
|
||||
pub mod input;
|
||||
pub mod multi_select;
|
||||
pub mod select;
|
||||
pub mod separator;
|
||||
pub mod sonner;
|
||||
pub mod svg_icon;
|
||||
pub mod table;
|
||||
pub mod data_table;
|
||||
pub mod checkbox;
|
||||
pub mod empty;
|
||||
pub mod multi_select;
|
||||
pub mod dropdown_menu;
|
||||
pub mod alert_dialog;
|
||||
pub mod dialog;
|
||||
pub mod select;
|
||||
pub mod separator;
|
||||
pub mod theme_toggle;
|
||||
pub mod toast;
|
||||
|
||||
Reference in New Issue
Block a user