You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is maintained in my spare time, so in order to help me address your issue as quickly as
possible, please provide as much of the following information as you can.
-- Michael
[^ delete this message]
=======
Angular version: 16.0.1
ngx-pagination version: ^6.0.3
Description of issue: extra space is added at the bottom of the page
Steps to reproduce: i just follow the documentation
Expected result: There is a scroll in the page and extra space at the bottom
it fixs when i use pagination above the tabel
`
<pagination-controls
class="my-pagination p-0"
(pageChange)="currentPage = $event"
[directionLinks]="false"
screenReaderPaginationLabel="Pagination"
screenReaderPageLabel="page"
screenReaderCurrentLabel="You're on page"
[autoHide]="true"
Hi, thanks for contributing!
This project is maintained in my spare time, so in order to help me address your issue as quickly as
possible, please provide as much of the following information as you can.
-- Michael
[^ delete this message]
=======
Angular version: 16.0.1
ngx-pagination version: ^6.0.3
Description of issue: extra space is added at the bottom of the page
Steps to reproduce: i just follow the documentation
Expected result: There is a scroll in the page and extra space at the bottom
Actual result: There should be no space
Demo: (if possible, edit this StackBlitz demo and paste the link to your fork)
can't provide
Any relevant code:
it fixs when i use pagination above the tabel
`
<pagination-controls
class="my-pagination p-0"
(pageChange)="currentPage = $event"
[directionLinks]="false"
screenReaderPaginationLabel="Pagination"
screenReaderPageLabel="page"
screenReaderCurrentLabel="You're on page"
[autoHide]="true"
<app-jobs-tbl
[data]="
jobs | paginate : { itemsPerPage: itemsPerPage, currentPage: currentPage }
"
[loading]="loading"
`
The text was updated successfully, but these errors were encountered: