forked from PicNet/tablefilter
-
Notifications
You must be signed in to change notification settings - Fork 0
This js project adds column filtering capabilities to a regular html <table> by adding a row to the <thead> section of a table and adding filters that allows real time filtering of tabular data.
danger2k7/tablefilter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
For assistance see: http://www.picnet.com.au/picnet_table_filter.html How to compile picnet.table.filter.min.js ========================================= Checkout the closure-library project from SVN (put this anywhere): svn checkout http://closure-library.googlecode.com/svn/trunk/ Download the closure compiler from: http://closure-compiler.googlecode.com/files/compiler-latest.zip Unzip the compiler.jar file and place anywhere. Dowload and install Python 2.7 (if required) from http://www.python.org/getit/ Modify the compile.bat variables at the top of the file to point to your installation directories of the following tools: PYTHON27_EXEC - Your Python 2.7 exe file CLOSURE_LIBRARY - The path to you closure-library directory CLOSURE_COMPILER - The path to you closure-library directory Run the compile.bat file
About
This js project adds column filtering capabilities to a regular html <table> by adding a row to the <thead> section of a table and adding filters that allows real time filtering of tabular data.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published