update rows per page
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0d13dcdb6d
commit
10b8212980
|
|
@ -37,7 +37,7 @@ export class ContributorYearlyReportComponent implements OnInit {
|
||||||
public taxYear: number = 2024;
|
public taxYear: number = 2024;
|
||||||
|
|
||||||
|
|
||||||
public rowsFirstPage: number = 12;
|
public rowsFirstPage: number = 11;
|
||||||
public rowsPerPage: number = 30;
|
public rowsPerPage: number = 30;
|
||||||
public get fillerRows(): number[] {
|
public get fillerRows(): number[] {
|
||||||
const rowsToFillPage = this.rowsFirstPage + ((this.pages - 2) * this.rowsPerPage);
|
const rowsToFillPage = this.rowsFirstPage + ((this.pages - 2) * this.rowsPerPage);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue