Replies: 1 comment 4 replies
-
Interesting, this is a case that I'm also looking at in our application so I'm very interested on how to properly solve this. Question: Is it in your use case also possible for the user to filter the table? If so should that be reflected back into the next/previous items? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have a paginated list of
items
which are displayed in a table when I go to/items
.When I click on an item, it should take me to
/item/:id
.On an item page, there are arrows which allow me to quickly go to the previous or the next item without going back to the table view.
If a user copy/pastes the url
/item/:id
in the browser, I wouldn't know what is it's cursor. How can I fetch the next and previous items?Beta Was this translation helpful? Give feedback.
All reactions