Alessandro Benoit is announcing that jQuery ReStable with version number 0.1.2 is already available to download.
What is jQuery ReStable ?
jQuery ReStable is A lightweight jQuery plugin for adding support for responsive layouts to HTML tables, converting tables to lists on mobile devices .
jQuery ReStable is a silent plugin. This means it doesn’t do anything on regular desktop displays, but only works on devices with smaller screens.Once a ReStable-powered table has been loaded on a mobile device, the plugin will convert the HTML code that renders that table from a classic <table> tag to an unordered <ul> list.This will convert the table from a horizontal-first display to a vertical list where data first and foremost fits the screen and then presented in an easy to understand manner.Optionally with this transformation, the table headers can be hidden if not needed anymore.Nevertheless, it is recommended that the header be left visible, especially in large datagrid tables.Demos for both cases are included with the download package.
This is changelog for jQuery ReStable version 0.1.2 :
You can read the complete changelog and also download this latest version on their homepage: codeb.it

