feat: fully implement official DataTable with multi-selection support
Some checks failed
Build MIPS Binary / build (push) Has been cancelled

This commit is contained in:
spinline
2026-02-12 00:46:36 +03:00
parent 8a7d9957aa
commit bfb152f0d8
3 changed files with 132 additions and 39 deletions

View File

@@ -6,4 +6,4 @@ pub mod context_menu;
pub mod theme_toggle;
pub mod svg_icon;
pub mod table;
pub mod data_table;
pub mod data_table;pub mod checkbox;