Sortable Table Columns

I’m looking for a way to sort columns in table using script.aculo.us

I have:

| Product A | Product B | Product C | Product D |
| xxxxxxxxx | xxxxxxxxx | xxxxxxxxx | xxxxxxxxx |
| xxxxxxxxx | xxxxxxxxx | xxxxxxxxx | xxxxxxxxx |
| xxxxxxxxx | xxxxxxxxx | xxxxxxxxx | xxxxxxxxx |
| xxxxxxxxx | xxxxxxxxx | xxxxxxxxx | xxxxxxxxx |
| xxxxxxxxx | xxxxxxxxx | xxxxxxxxx | xxxxxxxxx |
| xxxxxxxxx | xxxxxxxxx | xxxxxxxxx | xxxxxxxxx |

And I need to be able to drag Products from left to right. Is it
possible or do I need to put them in DIVs (and how to ensure correct
cell height than)?