Skip to content

Commit

Permalink
Adding grid summary and filtering
Browse files Browse the repository at this point in the history
- added ability to add/remove summaries
- speeded up filtering
- added help text

finos#5107
  • Loading branch information
davidwatkins73 committed Sep 29, 2020
1 parent 10beadd commit 636434e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ function controller(serviceBroker) {
});
};

vm.blat = () => {
vm.tableData = _.filter(vm.tableData, d => d.application.id % 2 === 0);
};

vm.onToggleFilter = (counter) => {
if (vm.selectedCounter === counter.counterId) {
vm.selectedCounter = null;
Expand Down

0 comments on commit 636434e

Please sign in to comment.