2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Optionally select which column gets grouped

- Allow grouping by numerical values
This commit is contained in:
Oliver Walters
2019-05-28 19:12:10 +10:00
parent e4acca2951
commit 7ac52d4d9f
3 changed files with 5 additions and 5 deletions

View File

@ -46,6 +46,7 @@
location_detail: true,
part_detail: true,
},
groupByField: 'location',
buttons: [
'#stock-options',
],