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
But card datas can be paginated, but datatable for each card wont get paginated (In my case datatable which has model for each row). Please help me out to fix this issue. i have been trying all solutions provided over the net .
The text was updated successfully, but these errors were encountered:
mcaprema
changed the title
Unalbe to paginate card(with each card has datatable which is displayed by model) using ngx-pagination.
Unable to paginate card(with each card has datatable which is displayed by model) using ngx-pagination.
Mar 8, 2022
Im trying to paginate cards with datatable in which each rows has model.
*ngFor="let element of poHeader | paginate: { id :'moveNext', itemsPerPage: viewCount, currentPage: page } ; let i= index">
<pagination-controls id='moveNext' class="product-pagination"
(pageChange)="onPageChanged($event)">
But card datas can be paginated, but datatable for each card wont get paginated (In my case datatable which has model for each row). Please help me out to fix this issue. i have been trying all solutions provided over the net .
The text was updated successfully, but these errors were encountered: