reduce rows for first page
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d898b2abae
commit
add85ebda7
|
|
@ -37,7 +37,7 @@ export class ContributorYearlyReportComponent implements OnInit {
|
|||
public taxYear: number = 2023;
|
||||
|
||||
|
||||
public rowsFirstPage: number = 28;
|
||||
public rowsFirstPage: number = 14;
|
||||
public rowsPerPage: number = 45;
|
||||
public get fillerRows(): number[] {
|
||||
const rowsToFillPage = this.rowsFirstPage + ((this.pages - 2) * this.rowsPerPage);
|
||||
|
|
|
|||
Loading…
Reference in New Issue