Skip to content

Commit 317c3a7

Browse files
committed
ag grid filter fix
1 parent fe848d4 commit 317c3a7

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

src/Presentation/Web/ClientApp/src/app/shared/components/grid/grid.component.html

+4-15
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,7 @@
1212
</div>
1313
</div>
1414
</div>
15-
<ag-grid-angular
16-
style="width: 100%; height: 600px;"
17-
class="ag-theme-balham"
18-
[rowData]="rows"
19-
[columnDefs]="gridColumns"
20-
[pagination]="true"
21-
[floatingFilter]="true"
22-
[frameworkComponents]="frameworkComponents"
23-
[defaultColDef]="defaultColumnDef"
24-
[rowHeight]="34"
25-
[rowSelection]="enableCsvExport ? 'multiple' : null"
26-
[paginationPageSize]="20"
27-
(gridReady)="onGridReady($event)"
28-
>
29-
</ag-grid-angular>
15+
<ag-grid-angular style="width: 100%; height: 600px;" class="ag-theme-balham" [rowData]="rows" [columnDefs]="gridColumns"
16+
[pagination]="true" [frameworkComponents]="frameworkComponents" [defaultColDef]="defaultColumnDef" [rowHeight]="34"
17+
[rowSelection]="enableCsvExport ? 'multiple' : null" [paginationPageSize]="20" (gridReady)="onGridReady($event)">
18+
</ag-grid-angular>

0 commit comments

Comments
 (0)