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.
1 parent 2e9e47c commit 10cd745Copy full SHA for 10cd745
client/packages/openblocks/src/comps/comps/tableComp/tableComp.tsx
@@ -420,6 +420,17 @@ TableTmpComp = withMethodExposing(TableTmpComp, [
420
}
421
},
422
423
+ {
424
+ method:{
425
+ name: "clearSelections",
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