Table

jQuery editTable - Dynamic table input field

jQuery editTable is a very small jQuery Plugin that fill the gap left by the missing of a default input field for data tables. jQuery editTable can be used both in ajax and/or HTTP POST contest and let you preset the title and number of columns or just let complete freedom to the user. You can even append custom behaviors to single column cells (ex. jQuery UI Datepicker).    You can trigger editTable on any textarea or block element (ex. div, article, section ...). In case you trigger it on a

jTable - A JQuery plugin to create AJAX based CRUD tables

jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript.   It has several features including: Automatically creates HTML table and loads records from server using AJAX. Creates 'create new record' jQueryUI dialog form. When user creates a record, it sends data to server using AJAX and adds the same record to the table in the page. Creates 'edit record' jQueryUI dialog form. When user edits a record, it updates server using AJAX and updates a

jTPS - Animated Sortable Data Table jQuery plugin

jTPS is a datatable jQuery plugin that offers pagination, animated scrolling through pages and intelligent natural sorting capability. And it supports attachment to generic pre-built tables from conventional HTML and/or template driven HTML tables.   

stacktable.js - jQuery plugin for stacking tables on small screens

stacktable.js is the jQuery plugin for equalizing the height or width of elements. The purpose of stacktable.js is to give you an easy way of converting wide tables to a format that will work better on small screens. It creates a copy of the table that is converted into a 2-column key/value format.   

Stupid jQuery Table Sort - A stupidly small and simple jQuery table sorter plugin

Stupid jQuery Table Sort is a stupidly simple, absurdly lightweight jQuery table sorting plugin. As long as you understand basic JavaScript sorting, you can make this plugin do as much or as little as you want.  

Flexigrid - Lightweight but rich data grid

Flexigrid, a rich data grid jQuery plugin, has the ability to connect to XML and JSON data by using Ajax to load the content.   Flexigrid - Features: Resizable columns Resizable height and width Sortable column headers Cool theme Can convert an ordinary table Ability to connect to an ajax data source (XML and JSON) Paging Show/hide columns Toolbar (new) Search (new) Accessible API Resizable Width JSON Support Toolbar Table Toggle Button Show/Hide Columns control have been move

HTML Table to CSV - jQuery HTML Table to CSV Plugin

HTML Table to CSV is small jQuery utility which allows you to export any HTML table as CSV file. Its very handy tool to use specially during development of reporting projects. It is also useful when you have some 3rd party jQuery table search plugin attached to your table.  

DataTables - table plug-in for jQuery

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.   DataTables - Features: Variable length pagination On-the-fly filtering Multi-column sorting with data type detection Smart handling of column widths Display data from almost any data source DOM, Javascript array, Ajax file and server-side processing (PHP, C#, Perl, Ruby, AIR, Gears

AttC - convert html table to Google Charts automatically

AttC( Auto table to chart ) is a jQuery based javascript plugin that converts a standard HTML table to Google visualization chart and displays it on the page. It currently converts a table to one of these google charts: bar, column, area, line and pie.  

jQuery HighchartTable - transform HTML tables into nice Highcharts graphs

jQuery HighchartTable provides you a simple way to convert HTML data tables to Highcharts graphs automatically. It takes data and attributes from a table and parses them to simply create an Hightcharts chart.