Hide the list view if list is empty

1
Hi, How to hide the list view if the list that is returned by the microflow is empty?
asked
2 answers
2

This question might be of help.

 

https://forum.mendix.com/link/questions/17022

 

If you go into the SASS files under _listview.scss, you will be able to find the class that they are talking about in that question. 

Adding

display: none;

should do the trick.

answered
1

Use the show by condition app to check this: https://appstore.home.mendix.com/link/app/2539/First-Consulting/ShowByCondition

Create a microflow to check if the list is empty. If empty set this widget to not show this block.

Regards,

Ronald

 

answered