Refresh list view based on button click

0
Hi Team, I am trying to implement a custom pagination with pagesize 10. I have a data view of type DashboardAssessmentDetails, and a list view inside this of type List of DashboardAssessment. Pagination related count attributes are there in DashboardAssessmentDetails. When I click on Next button, List view nanoflow ACT_GetDashboardAssessmentList1 is returning next set of rows from 11-20, but the same is not relected in UI, its still showing old records from 1-10. How can I resolve this issue ?
asked
1 answers
2

Hi Mohammed Jaffer Ali N,

 

In NanoflowCommons we have a JS called RefreshObject using that you can refresh the data in UI,

 

Or instead of Nanoflow use microflow in change object select refresh in client option.

answered