Hello, I am fairly new to jQuery and have searched this discussion group but have not seen the answer any where.
Is there currently a way to use jQuery to do the following: 1. Re-order table columns. Here is a YUI example of what I am referring to. http://developer.yahoo.com/yui/examples/datatable/dt_colshowhide_source.html As you can see a user can drag and drop column to reorder the column of the table. Ideally this would work on the client's side not the server's side. 2. Having the ability to "Freeze" column(s) of a table. The classic example is Excel but Google spread sheet doc do this as well. In case you have not seen it, Google spread sheet docs have you select how may rows you want to freeze from a drop down. Once the number is selected, those columns stay put and the remaining columns still are scrollable horizontally. Again - ideally this would happen on the client's side not the server's side. Thank you for your time.