create cylinder
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<mat-card>
|
||||
<mat-card-content>
|
||||
<ag-grid-angular
|
||||
style="width: 100%; height: 300px;"
|
||||
style="width: 100%; height: 100%;"
|
||||
[gridOptions]="gridOptions"
|
||||
(gridReady)="onGridReady($event)"
|
||||
>
|
||||
|
||||
@@ -7,6 +7,7 @@ import { MatIconModule } from '@angular/material/icon';
|
||||
import {MatCardModule} from '@angular/material/card';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { AgLoadingComponent } from '../../shared/ag-grid/components/ag-loading/ag-loading.component';
|
||||
import { AG_GRID_LOCALE_DE } from '@ag-grid-community/locale';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard',
|
||||
@@ -31,6 +32,7 @@ export class DashboardComponent {
|
||||
pagination: true,
|
||||
paginationPageSize: 10,
|
||||
loading: true,
|
||||
localeText: AG_GRID_LOCALE_DE,
|
||||
loadingOverlayComponent: AgLoadingComponent
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user