mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-26 15:40:44 +08:00
👾 修复 Table 虚拟行 不触发 CheckedChanged
This commit is contained in:
@@ -1388,6 +1388,7 @@ namespace AntdUI
|
||||
return;
|
||||
}
|
||||
row.SetValue(columnCheck.Key, value);
|
||||
OnCheckedChanged(value, row.record, row.i, i_cel, columnCheck);
|
||||
}
|
||||
else if (obj is int tmp_int)
|
||||
{
|
||||
@@ -1397,6 +1398,7 @@ namespace AntdUI
|
||||
return;
|
||||
}
|
||||
row.SetValue(columnCheck.Key, value_int);
|
||||
OnCheckedChanged(value, row.record, row.i, i_cel, columnCheck);
|
||||
}
|
||||
index.Add(row.i);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user