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

Fixing pagination #158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

HawtDogFlvrWtr
Copy link

This pull request fixes two pagination bugs within the latest version of laravel-table

When searching after you've already paginated, if the results of the search provide fewer results than would exist in the current pagination, it would show zero records. The same is true for changing the number of rows to display after pagination. These two line changes force a page refresh whenever a search or row count is updated, ensuring we go back to page 1 of pagination
Fixes bugs related to pagination on search and row count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant