How can I update the pagination data when I delete an entity? #260
Unanswered
mehmet-erim
asked this question in
Q&A
Replies: 1 comment
-
The page entities are set based on the call of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When I remove an entity, the pagination data isn't updated automatically. For instance, assume that I have two pages of data and I show 10 entities per page. When I remove an entity on the first page, the
selectCurrentPageEntities
gets me 9 entities for the 1st page. I want to see 10 entities on page 1.Reproducing steps:
You'll see 9 entities on the first page.
Beta Was this translation helpful? Give feedback.
All reactions