1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-20 07:16:41 +02:00

Merge branch 'es6-webpack' of https://github.com/koalyptus/TableFilter into es6-webpack

This commit is contained in:
Max Guglielmi 2015-06-07 01:27:23 +10:00
commit 9a9bd2860d

View file

@ -1,4 +1,4 @@
HTML-Table-Filter-Generator TableFilter
=========================== ===========================
Filter HTML tables data easily Filter HTML tables data easily
@ -23,6 +23,12 @@ solution
* Exhaustive documentation and API * Exhaustive documentation and API
* Valuable support provided under a Premium request * Valuable support provided under a Premium request
##Setup
Include the bundled js file in your page:
```shell
<script src="tablefilter/tablefilter.js"></script>
```
##Development ##Development
Start by installing any dependencies. Start by installing any dependencies.