Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing tailwind pagination display options
1) Eliminated the if block that wrapped the whole view because the view script should display its contents regardless of whether pagination is enabled or not. This is because it's also responsible for displaying the result count. 2) Fixed the links() logic to check $showPagination and not $showPerPage. Show Per Page's effect should be isolated to the per page select element, not whether the pagination links should be displayed.
- Loading branch information