@@ -239,5 +239,14 @@ public class CoreTableGrid : BaseDynamicGrid
action(Table, null);
}
+ public override void OnItemSourceChanged(object value)
+ {
+ if(value is CoreTable table)
+ Table = table;
+ Refresh(true, true);
+ }
+
#endregion