Skip to content

can angular-filter groupby object #230

@mrpsweet

Description

@mrpsweet
$scope.players = [
  {name: 'Gene', team: 'alpha'},
  {name: 'George', team: 'beta'},
  {name: 'Steve', team: 'gamma'},
  {name: 'Paula', team: 'beta'},
  {name: 'Scruath', team: 'gamma'}
];
groupBy: 'team'

I know this ok.

can angular-filter groupby do this?

$scope.players = [
  {1,{name: 'Gene', team: 'alpha'}},
  {2,{name: 'George', team: 'beta'}},
  {3,{name: 'Steve', team: 'gamma'}}
];
groupBy: 'team'

yeah it's not {key,value}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions