Daniel před 1 rokem
rodič
revize
e3d2619955
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      matsen-tool/src/app/_components/paging/paging.component.ts

+ 1
- 0
matsen-tool/src/app/_components/paging/paging.component.ts Zobrazit soubor

@@ -16,6 +16,7 @@ export class PagingComponent implements OnInit {
@Input() public pageSizeOptions!: number[];
@Input() public searchable: boolean;

@ViewChild(MatPaginator) public paginator!: MatPaginator;

private defaultPageSize: number = 10;


Načítá se…
Zrušit
Uložit