2
0
mirror of https://github.com/esiur/iui.git synced 2026-04-04 23:18:21 +00:00
This commit is contained in:
2024-07-10 23:36:25 +03:00
parent e6b3023406
commit 4b2a3f3834
14 changed files with 188 additions and 169 deletions

View File

@@ -1389,9 +1389,9 @@ export default IUI.module(class Table extends IUIElement {
async setData(value)
async setData(value, radix)
{
await super.setData(value);
await super.setData(value, radix);
this.clear();