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

Updated README

This commit is contained in:
Max Guglielmi 2015-07-01 17:39:29 +10:00
parent cdc649fea2
commit de37b752d3

View file

@ -37,6 +37,11 @@ var tf = new TableFilter('my-table-id', {
tf.init();
</script>
```
If the ``base_path`` property is not specified, it will default to ``/tablefilter`` directory:
```shell
your-page.html
|- tablefilter
```
##Development
If you are not familiar with ``Grunt`` visit this page: [gruntjs.com/getting-started](http://gruntjs.com/getting-started). Once ``Grunt`` is sorted out you can follow the instructions below.