1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 02:16:40 +02:00
Go to file
2015-05-13 20:54:29 +10:00
dev Added Grunt-Babel 2015-05-13 20:54:29 +10:00
dist Added Grunt-Babel 2015-05-13 20:54:29 +10:00
example Added Grunt-Babel 2015-05-13 20:54:29 +10:00
libs Continuing Webpack investigation 2015-05-03 21:11:06 +10:00
src Investigating conditional module loading 2015-05-02 19:54:24 +10:00
src-es6 Added Grunt-Babel 2015-05-13 20:54:29 +10:00
test Started QUnit tests 2015-05-10 21:12:31 +10:00
.gitignore Modified gitignore 2015-04-06 19:55:13 +10:00
.jshintrc Investigating conditional module loading 2015-05-02 19:54:24 +10:00
Gruntfile.js Added Grunt-Babel 2015-05-13 20:54:29 +10:00
LICENSE Started adding Qunit tests 2014-11-08 23:37:24 +11:00
package.json Added Grunt-Babel 2015-05-13 20:54:29 +10: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
webpack.config.js Investigating conditional module loading 2015-05-02 19:54:24 +10: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.