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

Fixed issue of showing all rows in paging function #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sameer1750
Copy link

By default only 10 rows were shown in the paging function.Fixed the issue to show all rows if all selected.

@MarkVaughn
Copy link
Contributor

I thought the -1 check was what would allow returning everything? also there is no reason to nest an if statement within an if statement if it has no else.
Are you sure this is the place where the error happened?

@sameer1750
Copy link
Author

Yes i agree there is no need for a nested if .. but yes this is where the problem is ..

@sameer1750
Copy link
Author

-1 allows returning everything but bcoz of ur previous code it return only 10 rows.

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.

2 participants