Jim on October 26th, 2009




With this plugin you can 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 ActsAsTreeTable jQuery Plugin

Jim on October 26th, 2009




FireScope Grid is an open source jQuery component that adds datagrid behaviors to your HTML tables, regardless of the server-side technology being used. Included in the plugin is a navigation bar that is automatically appended at the beginning or end of a table.

Continue reading about FireScopeGrid jQuery Plugin

Jim on October 26th, 2009




Jquery.detailsrow adds a subrow to each row dynamically which can be toggled on or off. Data is loaded using ajax based on the arguments passed in the post parameters.

Continue reading about Detailsrow – jQuery Plugin

Jim on October 26th, 2009




A lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source to load the content.

Continue reading about Flexigrid for jQuery

Jim on October 26th, 2009




Recently I needed a way to click a button and add a new row to a table with an animation using jQuery for people to add new data for a section. Simple right? Well I set up my table with a blank row at the bottom that I hid with CSS, and then when I press a button it clones that row it and puts it at the top with a .slideDown() animation.

Continue reading about Adding Table Rows With jQuery