tableGrid on jQuery UI
Download the production version or the development version.
In your web page:
<link type="text/css" rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<script src="jquery.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<script src="dist/tableGrid.min.js"></script>
<script>
jQuery(function($) {
$("#js-grid").tableGrid({
url:xxx.json
})
</script>
(Coming soon)
(Nothing yet)