Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for treeTable


treeTable 2.3.0

The treeTable plugin allows you to display a collapsable/expandable tree in a table (for example a directory structure). It is also prepared for drag & drop with jQuery UI components.

Changelog

* Added GPL-LICENSE. The jQuery treeTable plugin is now dual-licensed under both the MIT and GPLv2 license.
* Added reveal function to expand a tree to a given node.
* Verified compatibility with jQuery 1.4.2.

treeTable 2.2.3

The treeTable plugin allows you to display a collapsable/expandable tree in a table (for example a directory structure). It is also prepared for drag & drop with jQuery UI components.

Changelog

* Further optimized performance by eliminating most calls to jQuery's css function.

treeTable 2.2.2

The treeTable plugin allows you to display a collapsable/expandable tree in a table (for example a directory structure). It is also prepared for drag & drop with jQuery UI components.

Changelog

* Optimized performance of tree initialization (with initialState is collapsed)
* Added option 'clickableNodeNames' to make entire node name clickable to expand branch
* Updated jQuery to version 1.3.2
* Updated jQuery UI components to version 1.7.2 (Core, Draggable, Droppable)

treeTable 2.2.1

The treeTable plugin allows you to display a collapsable/expandable tree in a table (for example a directory structure). It is also prepared for drag & drop with jQuery UI components.

Changelog

* Updated jQuery to version 1.3.1
* Updated jQuery UI components to 1.6rc6 (Core, Draggable, Droppable)

treeTable 2.2

The treeTable plugin allows you to display a collapsable/expandable tree in a table (for example a directory structure). It is also prepared for drag & drop with jQuery UI components.

NOTE: this plugin was originally named ActsAsTreeTable.

Changelog

* Fixed expander icon not showing on lazy-initialized nodes
* Fixed drag and drop example code to work for tables within tables
* Updated jQuery to version 1.3.0
* Updated jQuery UI components to 1.6rc5 (Core, Draggable, Droppable)

treeTable 2.1

The treeTable plugin allows you to display a collapsable/expandable tree in a table (for example a directory structure). It is also prepared for drag & drop with jQuery UI components.

NOTE: this plugin was originally named ActsAsTreeTable.

Changelog

* Optimized for faster initial loading (Issue #1)
* Implemented lazy initialization of nodes (Issue #1)
* Added information about the order of the rows in the HTML table to the documentation (Issue #2)
* Added performance.html with an example of a large table with drag and drop

treeTable 2.0

The treeTable plugin allows you to display a collapsable/expandable tree in a table (for example a directory structure). It is also prepared for drag & drop with jQuery UI components.

NOTE: this plugin was originally named ActsAsTreeTable.

Changelog

* Renamed plugin from ActsAsTreeTable to treeTable
* Added a minified version (< 4 KB) of the source code (jquery.treeTable.min.js)
* Added appendBranchTo function for easier manipulation of the tree with drag & drop (see docs for an example)
* Added option 'childPrefix' to allow customisation of the prefix used for node classes (default: 'child-of-')
* Renamed option 'default_state' to 'initialState'
* Changed initialState from 'expanded' to 'collapsed'
* Refactored collapse/expand behavior
* Moved private function bodies to their respective public function