From 763299ad5b73d3e7c3e2bed2cabbe8c2bebb353f Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 8 Dec 2014 10:10:14 +0100 Subject: [PATCH 1/2] add Table/Grid: Hansontable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a61e702..43f4f93 100644 --- a/README.md +++ b/README.md @@ -565,6 +565,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection ## Table/Grid * [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables. +* [Hansontable](http://handsontable.com/) - minimalist Excel-like data grid editor for HTML & JavaScript (No jQuery) ## Gesture From 8833832fdd3dea80ddec82a18c8b66a779bbeec5 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 8 Dec 2014 10:13:30 +0100 Subject: [PATCH 2/2] add Table/Grid: DataTables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43f4f93..a4f4167 100644 --- a/README.md +++ b/README.md @@ -565,7 +565,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection ## Table/Grid * [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables. -* [Hansontable](http://handsontable.com/) - minimalist Excel-like data grid editor for HTML & JavaScript (No jQuery) +* [DataTables](http://www.datatables.net/) - (jQuery plug-in) It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table. ## Gesture