File tree 1 file changed +4
-15
lines changed
src/Presentation/Web/ClientApp/src/app/shared/components/grid
1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 12
12
</ div >
13
13
</ div >
14
14
</ 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 >
You can’t perform that action at this time.
0 commit comments