We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee38eb commit a9508b7Copy full SHA for a9508b7
client/packages/lowcoder/src/comps/comps/tableComp/tableComp.tsx
@@ -642,6 +642,26 @@ TableTmpComp = withMethodExposing(TableTmpComp, [
642
comp.children.selection.children.selectedRowKeys.dispatchChangeValueAction([]);
643
},
644
645
+ {
646
+ method: {
647
+ name: "cancelChanges",
648
+ description: "",
649
+ params: [],
650
+ },
651
+ execute: (comp, values) => {
652
+ comp.children.columns.dispatchClearChangeSet();
653
654
655
656
657
+ name: "cancelInsertChanges",
658
659
660
661
662
+ comp.children.columns.dispatchClearInsertSet();
663
664
665
]);
666
667
// exposing data
0 commit comments