2

I'm using dir-pagination on Tab base on a single page in a single list collection paging work as below image. Open tab contains 4 rows but paging shows an incorrect count of entries.

enter image description here

Can someone please help me with this issue?

1 Answer 1

1

You are mostly missing pagination-id , please add that, it will resolve your issue.

<div dir-paginate="expression | itemsPerPage: 10" pagination-id="abcd" </div> <dir-pagination-controls pagination-id="abcd" </dir-pagination-controls> 

Incase this does not solve your problem, please edit your question and all add your code so that we can better understand the problem, Thanks .

Best Of luck :)

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.