新增tavleView控件,初步可用

This commit is contained in:
睿 安
2026-01-28 15:00:12 +08:00
parent bcbf890ebd
commit abcfc78596
494 changed files with 3202 additions and 484 deletions

View File

@@ -63,6 +63,9 @@ namespace ezui {
RegisterControl<ProgressBar>("progress");
RegisterControl<IFrame>("iframe");
RegisterControl<TableView>("tableview");
RegisterControl<TableView>("table");
}
};