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

Fixes bugs related to pagination on search and row count #1

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

HawtDogFlvrWtr
Copy link
Owner

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

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
@HawtDogFlvrWtr HawtDogFlvrWtr merged commit 5f7aa23 into master Jun 6, 2024
@HawtDogFlvrWtr HawtDogFlvrWtr deleted the pagination_fix branch June 6, 2024 17:13
@HawtDogFlvrWtr HawtDogFlvrWtr restored the pagination_fix branch June 6, 2024 17:13
@HawtDogFlvrWtr HawtDogFlvrWtr deleted the pagination_fix branch June 6, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant