Widget is unable to find a list view with supplied entity

0
Hi All,   I was trying to use sort header widget to sort a list view but while running my application, it is showing below error     If I see in the code the list view with supplied entity is available but I am getting the above error.     Please suggest any way or any alternative if you have come across same scenario anytime.   Thanks, Vinay    
asked
3 answers
0

Hi!

You could try to change the data source of the listview and see if that works.
 Additionally, please check if the audit entity is persistable.

answered
0

Hello Vinay

Here’s another resource I found, maybe use this workaround? 
https://forum.mendix.com/link/space/widgets/questions/123346

answered
0

Hi Vinay, 
You should choose the same entity which is used in list view, in this case 'Audit’ entity.

Important note: 'Header Sort’ comes with  'Listview controls' widget and this widget is deprecated. 
Check it for more detailed info:
Mendix Marketplace - List view controls

 

 

Kind regards

Yusuf

answered