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

Pagination - Rows per page resets on row selection #534

Closed
1 task done
pwalker27 opened this issue Apr 5, 2019 · 2 comments
Closed
1 task done

Pagination - Rows per page resets on row selection #534

pwalker27 opened this issue Apr 5, 2019 · 2 comments
Labels

Comments

@pwalker27
Copy link

Issue Type

  • Bug

Specs

2.16.3
Chrome/IE 11

Expected Behavior

I have a checkbox table with pagination enabled. I expect that if I change my rows per page, then make a table selection, the rows per page will remain the same.

Actual Behavior

If I change the rows per page from the default, then as soon as I select a row on the table the rows per page reverts back to the default (actual row count doesn't change)

Steps to Reproduce the Problem

  1. Change Rows per page to 4
  2. Select an item from the table
  3. Rows per page will now show 1 again and still display 4 items.

If I remove the printout of the testArray, everything works fine.

jsfiddle

https://jsfiddle.net/pagxq2vt/2/

@soobax
Copy link

soobax commented Apr 11, 2019

I have the same issue. I have a select dropdown in Table Action Slot. Every time I change the select option, the 'Rows per page' resets to default.

@xaksis
Copy link
Owner

xaksis commented Apr 11, 2019

ooh! clearly a bug. Will take a look. Thanks for bringing this up @soobax @pwalker27

@xaksis xaksis added the bug label Apr 11, 2019
@xaksis xaksis closed this as completed in 8b353ab May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants