Skip to content

Commit 33c8294

Browse files
RikkalaRikkala
authored andcommitted
Nimbus-740 :Filter on grid disappears after filtering everytime in first accordian
1 parent f91bb0c commit 33c8294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimbus-ui/nimbusui/src/app/components/platform/grid/table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ export class DataTable extends BaseTableElement
777777
}
778778

779779
toggleFilter(event: any) {
780-
this.showFilters = !this.showFilters;
780+
this.showFilters = true;
781781
}
782782

783783
postGridData(obj) {

0 commit comments

Comments
 (0)