Refreshing a Deleted Object from Paginated List View

0
We are trying to use a list view with pagination where each item in the list view has the ability to be deleted.   This list can get quite large and I am wondering if there is a way to delete an item from the list without refreshing the entire list – this ends up in the user getting sent back to page 1 after deleting an item. 
asked
3 answers
0

The problem is that a single item cannot be refreshed in a list view by default. Have you tried to delete the item and do a refresh on it using the feedback helper method described here.

answered
0

Have you tried using a nanoflow for this? No idea if it will do the trick, but it might.

answered
0

In my opinion, this issue should probably be addressed in the ListViewControls Pagination widget. I recommend you file an issue on GitHub: https://github.com/mendixlabs/list-view-controls/issues

answered