You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Change Rows per page to 4
Select an item from the table
Rows per page will now show 1 again and still display 4 items.
If I remove the printout of the testArray, everything works fine.
Issue Type
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
If I remove the printout of the testArray, everything works fine.
jsfiddle
https://jsfiddle.net/pagxq2vt/2/
The text was updated successfully, but these errors were encountered: