Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Pager's AlwaysShow doesn't work #99

Closed
NetherGranite opened this issue Apr 2, 2020 · 1 comment · Fixed by #100
Closed

Pager's AlwaysShow doesn't work #99

NetherGranite opened this issue Apr 2, 2020 · 1 comment · Fixed by #100

Comments

@NetherGranite
Copy link
Contributor

When Pager.AlwaysShow is false, the Page is supposed to only display if there's more than one page, but as you can see here:

@if (AlwaysShow || (Table.TotalPages >= 1))

the Pager will also display if there's only one page.

@IvanJosipovic
Copy link
Owner

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants