Resolved gh-404 by adding the option to use grouping in dynamicGet query.

This commit is contained in:
2019-04-09 22:42:19 +02:00
parent dd891ecfd1
commit fd154a81bc
14 changed files with 500 additions and 359 deletions

View File

@ -18,6 +18,7 @@ $fields = $displayData->get('fields') ?: array(
'filter',
'where',
'order',
'group',
'global'
);