CListView widget: how to specify the HTML that separates items?

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.

hello, to my opinion use the htmlOptions and define a style sheet that will all define the necessary padding’s both at the top and the bottom

or you can also use the ‘itemView’ to define the layout of the items