1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-09 18:06:53 +02:00
Go to file
2015-04-12 18:32:24 +10:00
dist Moved prefixes in respective modules, added test-sort-grid-layout 2015-04-12 17:52:19 +10:00
example Finalise sorting tests 2015-04-04 19:10:09 +11:00
frags Experimenting 2015-03-14 22:00:38 +11:00
libs Started columns visibility extension 2015-04-12 18:32:24 +10:00
src Moved prefixes in respective modules, added test-sort-grid-layout 2015-04-12 17:52:19 +10:00
src-es6 Started columns visibility extension 2015-04-12 18:32:24 +10:00
test Moved prefixes in respective modules, added test-sort-grid-layout 2015-04-12 17:52:19 +10:00
.bowerrc Implemented requirejs modules 2014-10-26 21:48:13 +11:00
.gitignore Modified gitignore 2015-04-06 19:55:13 +10: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 Started ezEditTable integration 2015-04-06 18:45:46 +10: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.