data source options

This commit is contained in:
David Lebee
2019-12-06 14:31:27 -06:00
parent 0adaa73439
commit 44def3a9fc
3 changed files with 77 additions and 16 deletions
+5
View File
@@ -84,6 +84,11 @@ export class AppComponent implements OnInit {
'id firstName lastName',
(m) => m.id,
{
groups: [
{
path: 'sex'
}
],
aggregates: [
{
path: 'id',