Pagination logic inquiry #1948
Answered
by
kate-porter
arodriguezcortes
asked this question in
Q&A
-
Hi team. I just want to confirm. If I want to create a paged table with the new paste components I use the Table and Pagination components, but I should create the pagination logic myself, is that right? There's no implemented pagination logic inside Paste. |
Beta Was this translation helpful? Give feedback.
Answered by
kate-porter
Oct 15, 2021
Replies: 1 comment 1 reply
-
Hey @arodriguezcortes - yep, that's correct, the pagination logic is totally in your hands. Paste is purely presentational, so application logic and the way data is passed to the components is up to you. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kate-porter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @arodriguezcortes - yep, that's correct, the pagination logic is totally in your hands. Paste is purely presentational, so application logic and the way data is passed to the components is up to you.