The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Tables

Tables Category

Sort Tables With a Fancy Animation — Animated Table Sorter

Animated Table Sorter is a jQuery library for sorting table contents by text and numeric value.

tables Sort Tables With a Fancy Animation    Animated Table SorterAs the developer puts it, this plugin “[allows] to serve unexcited content in a very exciting way”.

It allows to sort content in a more exciting manner. The library has some five ways of animating the sorting process, so that’s pretty cool.

 

Powerful Table Grids for jQuery — ParamQuery

ParamQuery is a lightweight jQuery grid plugin for creating powerful table grids.

jquerygrid Powerful Table Grids for jQuery    ParamQueryParamQuery sports features like sorting, paging and resizing elements. The look of the table can be customized with CSS.

ParamQuery supports IE (6+) and modern browsers; it implements with the server-side well and even offers inline cell editing. In short, a marvelous plugin for those who seek such plugins.

 

 

Responsive Tables For Small Screens — Stacktable.js

Stacktable.js is a jQuery plugin for stacking tables on small screens.

stacktable Responsive Tables For Small Screens    Stacktable.js

Responsive tables are harder to achieve with this plugin — you need to tinker with CSS to do that –, however, it’s very much worth the effort.

By default, it works by creating a copy of the table that is converted to a 2-column format.

Convert HTML Tables To Google Charts — AttC

AttC (auto-table-to-chart) is a jQuery plugin for converting HTML tables to Google charts.

attc Convert HTML Tables To Google Charts    AttCThe library can, as of now, convert table data to five chart formats: bar, column, area, line, and pie.

Value binding from tables to charts is reasonably simple and coherent. The plugin is also easy to implement and supports most modern browsers.

Stupidly Simple jQuery Table Sorting — Stupid Table Plugin

Stupid Table Plugin is a “stupid, absurdly lightweight jQuery table sorting plugin”.

tablesort Stupidly Simple jQuery Table Sorting    Stupid Table Plugin

The plugin can sort integers, floats, strings, and dates. Usage is very much like JavaScript’s variable sorting.

The Stupid Table Plugin weighs around a kilobyte, so it isn’t a pain to implement.

It’s also possible to sort human-readable data by sorting the machine-readable data with this plugin.

Excel-like Table Editor With jQuery — Handsontable

Handsontable is a lightweight (60kb unminified) plugin for creating an Excel-like table editor.

handsontable Excel like Table Editor With jQuery    Handsontable

Handsontable provides a powerful skeleton upon which you can build your own editor; if that is not your intention, however, there are plenty of ready-to-use examples.

There are plenty of useful options like autoexpanding, scroll, adding a context menu, etc.

What I see missing is scrolling support, but probably an iframe can fix that.