Skip to content

Commit

Permalink
Fixed #35 - TreeTable single sort broken
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 19, 2019
1 parent efd2ee7 commit 0a4ba52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/treetable/TreeTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export default {
this.d_multiSortMeta = [...this.d_multiSortMeta];
},
sortSingle(nodes) {
return this.sortNodes(nodes);
return this.sortNodesSingle(nodes);
},
sortNodesSingle(nodes) {
let _nodes = [...nodes];
Expand Down

0 comments on commit 0a4ba52

Please sign in to comment.