Table Organize

Read more and download "Table Organize"

This script basically allows you to do three things:
(1) Re-organize the rows (2) Re-organize the columns (3) Browse the table using the up/down arrows.




Web 2.0 Box Generator


Play with this script by changing the html bellow. Submit your changes by clicking on this bar. Refresh the page to reset changes.
Play with this script by changing the html above. Submit your changes by clicking on this bar. Refresh the page to reset changes.

Comment on this example

Name
Url
Comment
Captcha
 

 

1
Ian
2009-12-16 11:11:15
Table's nice, but there is a bug in the script - the apostrophes aren't being escaped. You can see this in the demo above if you try to swap the artist and title columns, "Don't Explain" (row 13) isn't being carried over.

2
Other Alex
2009-12-03 16:20:08
Thanks for the great example that will be used in my custom photo contest. As a thanks I offer a fix for the IE issue. File: tableorganize_example.js Change: Tb.insertBefore(z,Tr[b]); To This: if(n!=(Trl-1)&&b!=Trl) { Tb.insertBefore(z,Tr[b]); } else { Tb.appendChild(z,Tr[b]); }

3
Alex
2009-06-05 08:44:04
Thank you for the script.

4
Damin
2009-05-04 01:46:55
Hi, I really liked the Table, but... Are there a method to scroll the items without move the header? When the list is too long, I can't see the header.

5
David
2008-05-08 03:30:01
yeah Diego is correct, when downloading the JS files, the code does not work. The only way to get it working is to have ajaxdaddy.com as the base dir. Whats wrong?

6
Pokua
2008-04-21 07:04:40
Okay, I got it to work and also got the Database to record the changes. Howevre, I have a problem with IE. Sometimes, wehen you dray the botoom row, it overlaps the immediate row on top, and the table shortened by one row. Refreshing the page corrects the row overlap. Do you have that issue, and how do I get around that. Thanks

7
Indranil Banerjie
2008-04-20 07:58:44
This is an extremely useful sxcript for people like myself who are involved in office work. We often have to generate tables for presentations etc. Its so useful if one could just shift the rows like in this example. I wish I knew some programming!

8
Pokua
2008-02-28 12:42:43
Whenever you refresh, the original table arrangement comes back... you lose all your modifications. How do you prevent that?

9
Rzl
2008-02-26 23:50:26
Hi, me too really like the table. But it gonna be cool if you could add page pagination.

10
Diego
2007-09-20 07:32:06
Hi, I really liked the Table, but I can't seem to make it work in my computer. Both of the js that you are referencing are available throw the script source? It seems to me that the tableorganize_example.js is missing or something. Besides what is the html code at the end of the script for? I can't save it because of some character encoding problem.