Jim on October 26th, 2009




A little plugin to highlight rows and columns on tables making them easier to use if you have large amounts of data… So something small for something large! Has two types of highlighting, simple and complex. Simple just highlights the row; complex will highlight rows, columns and column headings.

Continue reading about Readable Tables – jQuery Plugin

Jim on October 26th, 2009




graphTable provides the ability to graph the data in a simple HTML table using flot.

Continue reading about graphTable: graph data from HTML table using flot

Jim on October 26th, 2009




jSquared is a jQuery plugin that enables ability to add/remove HTML table columns and rows on-the-fly . Its functionality is very similar to Google Squared UI and useful for building advanced search interfaces.

Continue reading about NReco jSquared – jQuery Plugin

Jim on October 26th, 2009




It generically adds the toggle function to any table rows you specify based on the css class names. It will by default toggle any checkboxes within the table row. However, you can manually exclude checkboxes based on name, id or css classes in the script. In addition to the phpMyAdmin function, I added an initialization step in the script that correctly marks a row when it?s considered checked on page load.

Continue reading about tableRowCheckboxToggle jQuery Plugin

Jim on October 26th, 2009




The treeTable plugin allows you to display a tree in a table, i.e. a directory structure or a nested list. Each branch in this tree can be collapsed and expanded, just like in a file explorer in most modern operating systems.

Continue reading about treeTable jQuery Plugin