diff --git a/README.md b/README.md index 4cec074..33173e4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Modals and Popups](#modals-and-popups) * [Scroll](#scroll) * [Menu](#menu) + * [Table/Grid](#table-grid) * [Maps](#maps) * [Animations](#animations) * [Other Awesome Lists](#other-awesome-lists) @@ -446,6 +447,10 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) - jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's. +## Table/Grid + +* [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables. + ## Maps * [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.