tags:

views:

17

answers:

1

I'm searching for a way to swap table columns around
By some parameters (We are talking about jQuery or what not)
And sort of a more general question: is there some kind of
good JS library to handle tables by columns?

A: 

The jQuery Flexigrid plugin works great for sortable columns and lots of other things. Flexigrid Website

I use this all the time with single-page ASP.NET / WCF applications. When I use ASP.NET MVC, I use jQuery Datatables althought I am not 100% sure it allows for the column re-ordering like you want.

Zacho
seems that the Bandwidth Limit has been Exceeded... too bad, no matter, I went to http://code.google.com/p/flexigrid/ instead
Asaf