Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c771ef9

Browse files
remove unused code
1 parent 4f29a3e commit c771ef9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

‎client/packages/lowcoder/src/comps/comps/tableComp/tableComp.tsx‎

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -679,23 +679,6 @@ TableTmpComp = withMethodExposing(TableTmpComp, [
679679
}
680680
},
681681
},
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-
},
699682
{
700683
method: {
701684
name: "resetSelections",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /