I’m try to set dataview items full width of component. Here are template:
certView.define( "type", { template : "<div style='background-image: url( #uriorig# );background-size: cover; width:100%; height: 250px;'>#title#</div>", height : 160 });
But it not follow width: 100% size css. How to do it? Should it be done by css or other DHTMLx methods?
Also it be good to known how to set exactly 50%, 33% for columns.