An attempt at writing an unobtrusive (and fast) script that adds commonly required “actions” to data tables (like Zebra striping, row and column highlighting and row selection)
Posted Nov 15, 2007 · Read more…
An attempt at writing an unobtrusive (and fast) script that adds commonly required “actions” to data tables (like Zebra striping, row and column highlighting and row selection)
Posted Nov 15, 2007 · Read more…
There are times when a server-side/Ajax based table pagination solution isn’t possible (for example, if using static HTML pages or if you just don’t have access to the server-side scripting language). This script attempts to fill the need for a pagination solution in these “worst case scenarios”.
Posted Oct 19, 2007 · Read more…
A rewrite of the original table sort script that includes a few more features and a much faster sort routine architecture.
Posted Sep 16, 2006 · Read more…
A script that sorts table rows containing date, numeric or plain-text data and then politely re-colours alternate rows.
Posted Nov 18, 2005 · Read more…