Is it possible to use server side paging and sorting when using List View widgets

0
I have a microflow which invokes a REST endpoint to fetch data. To show this data, If I use a Data Grid, I can do Server side paging and sorting.  I don’t see any option to do server side paging in a List View type of widget. Is there a way to do it with List View widgets?
asked
1 answers
0

Cant you try with microflow as datasource. Indeed filtering option is gone. But you can see if adding ListViewControls widget solves that problem

answered