File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
client/packages/lowcoder/src/comps/comps/tableComp Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments