Quoting Mathias Bogaert <[EMAIL PROTECTED]>: > I tend to disagree. For starters, there are already a lot of tags that do > this, such as Jakarta Taglibs (http://jakarta.apache.org/taglibs/). > I think we should focus on table design (everything where lists need to be > displayed). There is a lot left to be desired, among: > > - editing support (??)
Definately - for myself and others (from browsing the archives) this is a frequent request > - table in inline HTML, so people only scroll inside a small window in their > webpage Doable with CSS (might even be a cross-browser solution for this - see the css zen garden design at - http://www.csszengarden.com/?cssfile=052%2F052%2Ecss - the central column is a scrollable area, and works on IE and Mozilla). As its a CSS thing I'm not sure its something that needs addressing in the tag itself, perhaps it can be addressed with some decent example code? I may have a play with this myself. > - sorting on mutiple columns (sort order 1, sort order 2, etc) > - dynamic placing of columns (user can choose where he wants which column to > be displayed from left to right, and this is stored in cookie) Good ideas! > - improving export to excel Couldn't this be easily improved by using Apache-POI's HSSF API (http://jakarta.apache.org/poi/hssf/index.html)? I've used it before and it works fairly well. > - better exception handling > - searching within a column or table > > Cheers, > Mathias sam http://www.magpiebrain.com/ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
