Skip to content

Commit

Permalink
fix #127 sort groups only
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jan 8, 2019
1 parent 96b4311 commit 2dcfbe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/provider/LocalDataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ export default class LocalDataProvider extends ACommonDataProvider {
groupOrder.push({group: plain, rows: order});

if (!lookups) {
maxDataIndex = (<ReadonlyArray<number>>order).reduce((a, b) => Math.max(a, b), maxDataIndex);
continue;
}
// sort
Expand Down

0 comments on commit 2dcfbe3

Please sign in to comment.