1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 06:22:34 +02:00

publish README to gh-pages (auto)

branch:       master
SHA:          d2ed273b50
range SHA:    cdb24de48188...d2ed273b5012
build id:     88491387
build number: 122
This commit is contained in:
koalyptus 2015-10-31 08:08:18 +00:00
parent a64161a03c
commit 352038ad91

View file

@ -43,7 +43,7 @@ Copy the ``tablefilter`` directory under ``dist`` and place it at desired locati
Place the following snippet just under the HTML table and always define a ``base_path`` property in the configuration object to reflect the path to the script
```shell
<script>
var tf = new TableFilter('my-table-id', {
var tf = new TableFilter(document.querySelector('.my-table'), {
base_path: 'path/to/my/scripts/tablefilter/'
});
tf.init();