Hi guys,
As you may know, list view is giving ugly empty row (no resuls fount or something in it) if it has no results in it.
I am wondering what you guys do to hide this row in a case where you can't solve it by (adding) a visibility attribute in the object above.
In my case is the domain model:
(Request) 1- N Offer__Request (Offer)
&
(Supplier)1- N Supplier__Offer (Offer)
I thought to making a helper entity which holds a boolean true or false on basis of the supplier sent a offer to this request. Side-effect of this is each time a lot of unnecessary work.....do you have a simpler solution?