forked from leikind/wice_grid
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Wrong number of rows on per_page method #67
Comments
Same as #60? |
Looks similar. I'm in Rails 5.2.0, though. So it should be corrected. |
The problem persists even when not using the per_page method
|
Is there an update for this? |
Maybe this commit could fix this problem: kreintjes@e3006b3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting a mismatch between the per_page and number of row actually rendered although the results count is correct.
the code:
Controller:
View:
Image of the result:

The text was updated successfully, but these errors were encountered: