How to remove an item from a paginated list #2471
Unanswered
philmetzger
asked this question in
Q&A
Replies: 0 comments
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.
-
I have an infinite list like so:
where
getSwrKey
is defined as:Now somewhere in a nested component, I perform an action on an item and then want to remove that item from the list.
I have tried this which seems to remove it (i.e. the filter does remove the item, but the list still contains that item
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions