Skip to content

Commit

Permalink
quickfix to view filtered columns
Browse files Browse the repository at this point in the history
  • Loading branch information
reey committed Dec 2, 2021
1 parent da40055 commit f6baa63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export class DeviceLookupComponent implements OnDestroy {
if (col.filterPredicate !== params[col.name]) {
paramChanged = true;
col.filterPredicate = params[col.name];
col.visible = true;
}
} else {
if (col.filterPredicate) {
Expand Down

0 comments on commit f6baa63

Please sign in to comment.