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.

DataTables


GridIron - A jQuery freestyle json data grid

Freestyle Grid

This plug-in lets you create a grid using either tables or divs & spans. I originally developed it to work with CouchDB but it will work with any JSON source.

The JQuery plug-in lets you map a CouchDb view to a html grid. That's it. I looked at the other JQuery grid plug-ins - many of which are really great - but I couldn't get them working and since I'm lazy. So here are its features:

* HTML agnostic you can use tables or divs or any HTML to layout your data.
* View JSON data from any source - such as CouchDB.
* Column sorting.
* Paging
* Compatible with JEditable. So you can edit your data creating new versions or in place.
* Really small - Currently under 3K.
* Coded in a clean fashion so you can subclass header/body or footer generation and the loading and saving of data.

User Guide: http://69.164.211.38/power/_design/reports/index.html
Download from: http://69.164.211.38/power/_design/reports/jquery.gridiron.js

jQuery Data Grid - jQgrid

jQuery Data Grid

jQgrid provided a centralize event handler for you to customize.

jQgrid events included sort,create,update,search,refresh,copy,click and more.

jQgrid can open infinite subgrid.

jQgrid can let you to change your own language easily.

jQgrid can remember records that you clicked even page changed.

jQgrid supported paging handing.

jQgrid is easy to integrate and customize.

jQgrid box tested with IE6, IE7, IE8, FF3, Opera9, Safari4, Google Chrome2.

jQgrid is a lightweight data grid - The source file is just 19k!

jQgrid is free and Free of charge under the MIT License.

Visit jQuery Data Grid - jQgrid for detail.

DataTables

DataTables is a jQuery plugin which lets you very easily add dynamic features to any "table" tags on a web-page, providing the following features:

  • Variable length pagination
  • On-the-fly filtering
  • Sorting with data type detection
  • Smart handling of column widths
  • Themeable by CSS
  • Hidden columns
  • Extremely customisable and flexible
  • Fully internationalisable
  • Dynamic creation of tables
  • Multi-column sorting
  • Custom DOM positioning
  • Single column filtering
  • Alternative pagination types
  • Non-destructive DOM interaction
  • Ajax auto loading of data
  • Type detection for dynamic data (and plugin support)
  • State saving
  • API plug-in mechanism
  • It's free!
  • much more...