ngx-pagination icon indicating copy to clipboard operation
ngx-pagination copied to clipboard

Unable to paginate card(with each card has datatable which is displayed by model) using ngx-pagination.

Open mcaprema opened this issue 3 years ago • 0 comments

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 .

mcaprema avatar Mar 08 '22 14:03 mcaprema