From my point of view, the default behavior should be that in the case of an empty data source, the message should not be displayed.
empty_list does not work in my case. I tried this and it works:
<display:table ... <display:setProperty name="basic.msg.empty_list" value="" /> <display:column ... ... </display:table>
You can also customize your message in html format:
<display:setProperty name="basic.msg.empty_list" value="<span style=\"font-size:12px\">No data</span>" />
Hope this helps ...
source share