Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mcaprema opened this issue Mar 8, 2022 · 0 comments

Comments

@mcaprema
Copy link

mcaprema commented 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 .

@mcaprema 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant