CListView widget: how to specify the HTML that separates items?
So far, what I did is include a <br /> at the end in the itemView.
Of course the unwanted side effect of this is that there’s a <br/> after the last element which shouldn’t be there.
Is there some kind of ‘separator’ property? Couldn’t find any on the docs.