Table Sorting Script...

Loading ...
128 views
This script basically allows you to do three things:
Re-organize the rows
Re-organize the columns
Browse the table using the up/down arrows.
CSS
#table { font-family: Arial, sans-serif; font-size: 11px; -moz-user-select: none; -khtml-user-select: none; user-select: none; width: 100%; CURSOR: default;...
Tags: ajax table , table , table script