fix: Sort selectors in drilldown method

This commit is contained in:
1ambda 2017-03-24 00:56:48 +09:00
parent cfd6fefea2
commit c0d33d3d17

View file

@ -890,7 +890,7 @@ export function getDrilldownRowsFromKAGCube(cube, schema, aggregatorColumns,
keyNames.map(key => {
const obj = cube[key]
fillDrillDownRow(schema, obj, rows, key,
selectorNameWithIndex, aggregatorColumns, groupNames)
sortedSelectorNameWithIndex, aggregatorColumns, groupNames)
})
return {