feat: resolve complex closure errors and finalize advanced DataTable features
Some checks failed
Build MIPS Binary / build (push) Failing after 1m30s

This commit is contained in:
spinline
2026-02-12 01:09:28 +03:00
parent 5cc2fdd8b4
commit d67215a6eb
3 changed files with 611 additions and 132 deletions

View File

@@ -6,5 +6,12 @@ pub mod context_menu;
pub mod theme_toggle;
pub mod svg_icon;
pub mod table;
pub mod data_table;pub mod checkbox;
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;