Hi Hoc. On Tue, Apr 1, 2008 at 12:12 PM, Hoc Nguyen Thanh <[EMAIL PROTECTED]> wrote: > Hi Ernst, > > RichFaces provides also drag-and-drop support. I have not tested it yet > but it looks interesting. Have you experienced with dojo-toolkit? Does > it provide good documentation?
when you start from scratch, I think you may try jQuery. Pretty cool and very simple API. And much less JS resources. Check here: http://docs.jquery.com/UI/Draggables http://docs.jquery.com/UI/Droppables -M > > I develop this component for a customer, I don't know if they open > source it, I will ask them later. > > Thanks, > Hoc > > > -----Original Message----- > From: Ernst Fastl [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2008 2:54 AM > To: MyFaces Discussion > Subject: Re: Custom scrollable data table component? > > Sounds cool. > > You may be able to utilize the drag&drop support from the dojo-toolkit. > > are you planning to open-source that table? > > kind regards > > Ernst > > On Thu, Mar 20, 2008 at 4:20 AM, Hoc Nguyen Thanh > <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > My customer needs a scrollable data table which is configurable: the > > column list and all information about columns are not known at the > > design time, this information is loaded at runtime (information such > as > > column caption, width, position, visibility, etc). Further more, my > > customer also wants to drag and drop to change column position. > > > > I intend to write a component which takes configuration information > and > > data then, it will display table, no column definition in the .xthml > > page: > > > > <mytag:scrollabledatatable value="#{bean.dataModel}" > > configInfo="#bean.configInfo"> > > </mytag:scrollabledatatable> > > > > Please share with me your thought about this. > > > > Regards, > > Hoc > > > > > > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

