Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 0b75bed + da7e133 commit 076a934Copy full SHA for 076a934
client/packages/openblocks/src/comps/comps/tableComp/tableComp.tsx
@@ -420,6 +420,17 @@ TableTmpComp = withMethodExposing(TableTmpComp, [
420
}
421
},
422
423
+ {
424
+ method:{
425
+ name: "resetSelections",
426
+ description: "",
427
+ params: [],
428
+ },
429
+ execute: (comp) => {
430
+ comp.children.selection.children.selectedRowKey.dispatchChangeValueAction("0");
431
+ comp.children.selection.children.selectedRowKeys.dispatchChangeValueAction([]);
432
433
434
]);
435
436
// exposing data
0 commit comments