This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
matsen-tool-fe
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
none
master
Daniel
1 year ago
parent
52e7f57fbb
commit
e3d2619955
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
matsen-tool/src/app/_components/paging/paging.component.ts
+ 1
- 0
matsen-tool/src/app/_components/paging/paging.component.ts
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save