Click to See Complete Forum and Search --> : Drag and Drop Columns


Rabidmuskrat
September 21st, 2005, 05:10 PM
I have developed a report generator at work that organizes all of the data into an html table. I know that JTables and dataGrids can be configured to drag and drop entire columns of a table to allow users to view tables however they see fit if the initial developer wants to allow that.

I'm wondering if there is any way to implement this type of functionality using javascript or some other sort of client side scripting language. I'd use the JTable or a dataGrid if it weren't for the fact that the information is stored in a cache(programming language/database) global and I have to use a cache class file to generate the page. If anyone could provide any insight as to how I might be able to accomplish this it would be greatly appreciated.