Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 700 Bytes

README.mkd

File metadata and controls

25 lines (17 loc) · 700 Bytes

README

ngTable

ngTable is a lightwight jQuery plugin, which allow to sort, filter and paginate tables. I know there a lot of plugins out there that do the same job. But sometime you need only one part or just a small amount of functionality of a whole grid. There come my plugin into play.

ngTable has been inspired by tablesorter (http://tablesorter.com/). It is complete rewritten core and the possibility to extend it with plugins.

Quickstart

$('table').ngtablesorter();

Requirements

  • jQuery >= 1.4

Licence

Version

0.2 - 20100816 - code and performance optimization 0.1 - 20100810 - rewrite tablesorter core