Currently, if the data array being passed to a ListView component is empty you will only see the list view's headers and a blank list view.
It'd be nice if I could provide a message or something to display when the list view is empty.
I can choose to display a message manually right now, instead of the list view, but then I lose the ListView header columns.
It'd be nice to see the ListView columns with the empty message below them.