Jim on October 26th, 2009




Allows to toggle the visibility of table columns (collapsing and expanding them) and to save the state until the next visit (supporting tables with colspans and rowspans).

Continue reading about Column Manager – jQuery Plugin

Jim on October 26th, 2009




A jQuery-plugin that highlights whole columns in a table when hovering over them. It?s supporting tables with colspans and rowspans, too!

Continue reading about Column Hover jQuery Plugin

Jim on October 26th, 2009




Colorize is a jQuery plugin to add background color to alternate HTML table rows, highlight a row/column on mouse over, and colorize a row/column when you click your mouse button over it. You can colorize as many table rows or columns as you want. A repeat mouse click reverts the row/column to the original background color.

Continue reading about Colorize – jQuery Table Plugin

Jim on October 26th, 2009




TablePagination is a plugin so that you can auto add a pagination element to the bottom of a html table. There are a variety of settings to customize the elements.

Continue reading about TablePagination – jQuery Plugin

Jim on October 24th, 2009




Creates pagination for large tables. tablePage hides all rows in the tbody of your table and displays the rows in the current “page” of the table. tablePager also binds events and data to specified elements in the tfoot area of the table for paging and information display.

Continue reading about TablePager – jQuery Plugin