From fab8385ab39acd0f86b7e8afc661fecd25aafb3c Mon Sep 17 00:00:00 2001 From: Misha Koryak Date: Sun, 18 Oct 2015 19:07:15 -0400 Subject: [PATCH] add floatThead to Table/Grid hopefully up to your standards in terms of awesome --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f758651..2854b8b 100644 --- a/README.md +++ b/README.md @@ -649,8 +649,9 @@ http://www.listjs.com ## Table/Grid -* [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables. +* [jTable](https://github.com/hikalkan/jtable) - A jQuery plugin to create AJAX based CRUD tables. * [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. +* [floatThead](https://github.com/mkoryak/floatThead) - (jQuery plug-in) lock any table's header while scrolling within the body. Works on any table and requires no custom html or css. * [Masonry](http://masonry.desandro.com/) - A cascading grid layout library. * [Packery](http://packery.metafizzy.co/) - A grid layout library that uses a bin-packing algorithm. Useable for draggable layouts. * [Isotope](http://isotope.metafizzy.co/) - A filterable, sortable, grid layout library. Can implement Masonry, Packery, and other layouts.