1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-12 19:36:41 +02:00
Go to file
2015-02-22 22:46:05 +11:00
dist Started converting core.js to es6 2015-02-22 22:46:05 +11:00
example added src-es6 folder 2014-11-16 11:29:07 +11:00
libs Added grid layout tests 2014-11-23 14:34:57 +11:00
src Started converting core.js to es6 2015-02-22 22:46:05 +11:00
src-es6 Started converting core.js to es6 2015-02-22 22:46:05 +11:00
test Removed watermark feature, replaced by native HTML5 input placeholder attribute 2015-02-21 14:39:09 +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 Added es-6 modules 2014-11-16 21:01:29 +11:00
bower.json Added tests for Help component 2015-02-20 15:03:57 +11:00
Gruntfile.js Started converting core.js to es6 2015-02-22 22:46:05 +11:00
LICENSE Started adding Qunit tests 2014-11-08 23:37:24 +11:00
package.json Started using es6 2014-11-16 01:34:32 +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.