[smartweb-devel] SmartGrid Component
Brought to you by:
rlogiacco
From: Gaetano P. <gpe...@sm...> - 2008-01-27 14:04:07
|
what do u think about adding a grid component (worksheet like) to smartweb project??? I was thinking about something like the follow: <smart:grid collection="myCollectionToGridName" id="myRaw" styleClass="myGridClass" maxRawXPage="15" scope="MyScope"> <smart:col name="myCol1PropertyName" header="col1Header"/> <smart:col name="myCol2PropertyName" header="col2Header"/> <smart:col name="myCol3PropertyName" header="col3Header" type="number" format="nn" sum="yes"/> <smart:col name="myCol4PropertyName" header="col4Header" type="number" format="nn.dd" sum="yes"/> <smart:col name="myCol5PropertyName" header="col5Header" type="currency" sum="yes"/> </smart:grid> with the attached result... http://www.nabble.com/file/p15119536/Untitled-1.html Untitled-1.html Waiting for feedbacks... -- View this message in context: http://www.nabble.com/SmartGrid-Component-tp15119536s17546p15119536.html Sent from the SmartWeb Developers mailing list archive at Nabble.com. |