adjust rows per page
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2e0ec2b51d
commit
d7d41931ee
|
|
@ -37,8 +37,8 @@ export class ContributorYearlyReportComponent implements OnInit {
|
||||||
public taxYear: number = 2023;
|
public taxYear: number = 2023;
|
||||||
|
|
||||||
|
|
||||||
public rowsFirstPage: number = 13;
|
public rowsFirstPage: number = 12;
|
||||||
public rowsPerPage: number = 31;
|
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);
|
||||||
const rowsNeeded = rowsToFillPage - this.transactions.length;
|
const rowsNeeded = rowsToFillPage - this.transactions.length;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue