Re: [smartweb-devel] SmartGrid Component
Brought to you by:
rlogiacco
From: Roberto Lo G. <rlo...@sm...> - 2008-01-27 14:37:45
|
I don't understand why should we need such a tag library... Those type of visualizations are really rare and most of the time they need to be customized having some elements represented as a combo box, some others as a flaggable radio, other as labels... It's a lot of work if we want to support the entire set, and if we choose not to support the entire set it will have a limited applicability In addition I don't see in your JSP code any formatting (table, tr or td tags) so I think you are outputting them directly through the tags.... this means you should support through your tag all the HTML table features like, colspan, colspace, style, etc.... In particular the heading row.... I really think it's a lot of work for a very limited result... unless I misunderstood what you mean! :-) 2008/1/27, Gaetano Perrone <gpe...@sm...>: > > 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. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > smartweb-devel mailing list > sma...@li... > https://lists.sourceforge.net/lists/listinfo/smartweb-devel > -- Roberto Lo Giacco |