1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-08 17:36:42 +02:00
Go to file
2015-06-06 23:44:10 +10:00
dist/tablefilter Finalised filters visibility extensions tests 2015-06-06 23:44:10 +10:00
examples Fixed column widths test 2015-06-06 22:22:13 +10:00
libs Started filtersVisibility extension 2015-06-06 20:06:15 +10:00
src Finalised filters visibility extensions tests 2015-06-06 23:44:10 +10:00
static/style Fixed column widths test 2015-06-06 22:22:13 +10:00
test Finalised filters visibility extensions tests 2015-06-06 23:44:10 +10:00
.gitignore Clean gruntfile and build steps 2015-05-14 20:08:19 +10:00
.jshintrc Refactor themes 2015-05-16 00:26:21 +10:00
Gruntfile.js Fixed column widths test 2015-06-06 22:22:13 +10:00
LICENSE Started adding Qunit tests 2014-11-08 23:37:24 +11:00
package.json Added auto filter tests 2015-06-05 23:10:25 +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 Fixed column widths test 2015-06-06 22:22:13 +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.