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 4f29a3e commit c771ef9Copy full SHA for c771ef9
client/packages/lowcoder/src/comps/comps/tableComp/tableComp.tsx
@@ -679,23 +679,6 @@ TableTmpComp = withMethodExposing(TableTmpComp, [
679
}
680
},
681
682
- {
683
- method: {
684
- name: "getMultiSort",
685
- description: "",
686
- params: [],
687
- },
688
- execute: (comp) => {
689
- // const sortColumns = values[0];
690
- // if (!isArray(sortColumns)) {
691
- // return Promise.reject("setMultiSort function only accepts array of sort objects i.e. [{column: column_name, desc: boolean}]")
692
- // }
693
- // if (sortColumns && isArray(sortColumns)) {
694
- // comp.children.sort.dispatchChangeValueAction(sortColumns as SortValue[]);
695
696
- return Promise.resolve(comp.children.sort.getView());
697
698
699
{
700
method: {
701
name: "resetSelections",
0 commit comments