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

RowsPerPage not sync with Filtering #702

Closed
cagataycivici opened this issue Sep 16, 2015 · 1 comment
Closed

RowsPerPage not sync with Filtering #702

cagataycivici opened this issue Sep 16, 2015 · 1 comment
Assignees
Labels
5.2.12 🐞 defect Bug...Something isn't working
Milestone

Comments

@cagataycivici
Copy link
Member

This is reported by a PRO user;

There is a DataTable that shows paginator and it has global filter.
[steps]

  1. DataTable shows some records.(rowsPerPage=100)
  2. change dropdown value to 10.
  3. set global filter value to be no records found.
  4. change dropdown value to 100.
  5. clear global filter value.
    after these steps,I hope dataTable shows 100 records. but it will show only 10 records.
@cagataycivici cagataycivici added 🐞 defect Bug...Something isn't working 5.2.12 labels Sep 16, 2015
@cagataycivici cagataycivici self-assigned this Sep 16, 2015
@cagataycivici cagataycivici added this to the 5.3 milestone Sep 16, 2015
@jthalmai
Copy link

This still (or again?) seems to be an issue with PrimeFaces 7.0.
In my table I have a paginator on top and on bottom of the table, like in the paginator showcase.

With the bottom one the bug is completely reproducible.

With the top one, when changing the rowsPerPage value, the bottom one is not immediately updated, but only after clearing the filter, the bottom paginator rowsPerPage value is updated and the correct number of rows is shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.2.12 🐞 defect Bug...Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants