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?
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 > >

