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.

row


jRowActions

The idea of creating the plugin JRowActions assumed the need for specific actions for each record in a simple HTML table. Each table has a row of cells with information extracted from the server side, and which are statically on web pages. The idea is to basically take the value of a cell, and make available to establish a method to treat this value as we please. The development of this plugin was also based on the plugin rowActions ExtJs Framework.

TargetTable

Highlights the row and the column to which the mouse-over cell pertains.

jquery collections manager

The premise is quite simple, it works a little like a datagrid in that there is a concept of data-rows, but it doesn’t matter what HTML you use for each row; this gives us flexibility to customise exactly how the layout looks, and at the same time has enough smarts to help you manage the collection of items very easily.

Add Table Rows Count

This plugin automatically adds a column with row count. Thus making your tables more readable and keeping your markup/metadata clean.

The use:

$('.myTables').rowCount();

With options:

$('.myTables').rowCount( { name: "Count", cssClass: "columnCss" } );

Alternate

Assign alternating class names to selected elements (such as <tr> or <li> etc) to allow CSS assignment of colors or other styles of your choice. Excellent plugin for alternating row colors in tables! As a bonus, it will assign a "hover" class to elements if you set hover:true

jQuery Table Display

This plugin creates the methods "showRow", "hideRow" and "toggleRow", to manage the display of table rows.

Tested in FF 3.0 and IE7.

Created by Gabriel Langhans, Lucas Leite and Maicon Martins

kiketable.rowsizable (aka Grid Row Sizing)

This plugin, applied to a number of HTML tables, provides the behaviour of resizing their rows by clicking over a "handler/ helper".

I have change the name: kike (my nickname, means, my version, not an official one), table (it remains an html Table), rowsizable (this plugin makes rows to be resizable by their height).