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

Edited readme

This commit is contained in:
Max Guglielmi 2015-06-08 21:49:14 +10:00
parent b7a08a12dc
commit 688077b89b
4 changed files with 28 additions and 9491 deletions

View file

@ -7,6 +7,8 @@ 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. The script
automatically adds a filter grid bar at the top of the desired table.
TableFilter is based on the HTML Table Filter generator script, it is a modernized version of it.
##Features
* Convert a regular HTML table into an advanced grid component providing:
* Advanced columns filtering model
@ -24,9 +26,16 @@ solution
* Valuable support provided under a Premium request
##Setup
Include the bundled js file in your page:
Copy the ``tablefilter`` directory under ``dist`` and place it at desired location in your project. Then include the bundle js file in your page:
```shell
<script src="tablefilter/tablefilter.js"></script>
<script src="``path/to/my/scripts``/tablefilter/tablefilter.js"></script>
```
Place the following snippet just under the HTML table
```shell
<script>
var tf = new TableFilter('my-table-id');
tf.init();
</script>
```
##Development

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long