1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-12 11:27:24 +02:00
Go to file
2015-03-14 22:00:38 +11:00
dist Experimenting 2015-03-14 22:00:38 +11:00
example Exploring build options requirejs 2015-03-07 22:14:25 +11:00
frags Experimenting 2015-03-14 22:00:38 +11:00
libs Added grid layout tests 2014-11-23 14:34:57 +11:00
src Experimenting 2015-03-14 22:00:38 +11:00
src-es6 Experimenting 2015-03-14 22:00:38 +11:00
test Continued sorting feature 2015-03-06 19:49:30 +11:00
.bowerrc Implemented requirejs modules 2014-10-26 21:48:13 +11:00
.gitignore Added status bar feature 2015-02-21 00:46:57 +11:00
.jshintrc Switched to Babel 2015-02-28 20:27:28 +11:00
bower.json Added tests for Help component 2015-02-20 15:03:57 +11:00
Gruntfile.js Experimenting 2015-03-14 22:00:38 +11:00
LICENSE Started adding Qunit tests 2014-11-08 23:37:24 +11:00
package.json Switched to Babel 2015-02-28 20:27:28 +11:00
README.md Started drop-down filter module 2015-02-14 19:59:12 +11:00
TODO Fixed popup filter bug related to RemoveGrid action 2015-02-17 17:54:25 +11:00

TableFilter

Filter HTML tables data easily

This script adds to any html table a "filter by column" feature that enables users to filter and limit the data displayed within a long table. It even works on tables with uneven rows. The script automatically adds a filter grid bar at the top of the desired table.