Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable should have @Input() first: number #660

Closed
songyandong opened this issue Jul 26, 2016 · 0 comments
Closed

DataTable should have @Input() first: number #660

songyandong opened this issue Jul 26, 2016 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@songyandong
Copy link

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

songyandong added a commit to songyandong/primeng that referenced this issue Aug 4, 2016
@cagataycivici cagataycivici added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Dec 20, 2016
@cagataycivici cagataycivici added this to the 1.1.1 milestone Dec 20, 2016
@cagataycivici cagataycivici self-assigned this Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants