Fixed #35 - TreeTable single sort broken

pull/41/head
cagataycivici 2019-08-19 17:06:57 +03:00
parent efd2ee77ed
commit 0a4ba52340
1 changed files with 1 additions and 1 deletions

View File

@ -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];