Resolved gh-404 by adding the option to use grouping in dynamicGet query.
This commit is contained in:
@ -18,6 +18,7 @@ $fields = $displayData->get('fields') ?: array(
|
||||
'filter',
|
||||
'where',
|
||||
'order',
|
||||
'group',
|
||||
'global'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user