DataTable should have @Input() first: number #660
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Hi,
As follows,
file:datatable.ts
line:207 <p-paginator [rows]="rows" [first]="first"
line:333 private first: number = 0;
Question is when use Component can not set first to DataTable,
Also can not set first to paginator
So i think,
@input() first: number
as same as @input() rows: number;
Bad English.
Best regards
The text was updated successfully, but these errors were encountered: