Notification when a list view is empty

0
How do i add a notification or some kind of message a user will see when a list view is empty? The message should preferably be different for each empty list
asked
3 answers
9

Hello Carolina,

 

If you are using list view as Microflow Data source you can achieve this by setting Show Megases as given below.

image.png

answered
1

Hi Carolina,

 

I'd advise you to use the Gallery (which is a little bit more advanced and React ready).

In the Gallery widget you find the option to set the `Empty message` to "Custom". This will add an extra footer on the widget where you can place widgets, you could add an create object button or just some text there, so you'll have a lot of freedom. More about this can be found here.

 

Good luck!

Jurre

answered
1

Hi Carolina,

If you are using dataGrid2 then check the below screenshot.

image.png

 

 

If you are using listview then retrieve all the value-> find the count of this value & apply the visibility if value is 0 then visible the text.

answered