Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Version used: 2.1.0
Is there any way we can modify a PagedList's contents?
I have a paginated list that comes from an API and I have a swipe-right behavior to remove that item from the list. Problem is, I can't modify the list in a PagedList meaning I have to reload the data again from the server. Is there a way where I can just say to the PagedList that I want to remove this item rather than making another network request for it?