No headers
This example shows how to configure TableFilter for tables
with no headers. The numeric parameter 0 instructs the
plugin to start filtering at the specified row index.
| Sydney | Adelaide | 1412 | 1.4 | 25.3 |
| Sydney | Brisbane | 982 | 1.5 | 16 |
| Sydney | Canberra | 286 | .6 | 4.3 |
| Sydney | Melbourne | 872 | 1.1 | 10.5 |
| Adelaide | Perth | 2781 | 3.1 | 38 |
| Adelaide | Alice Springs | 1533 | 2 | 20.25 |
| Adelaide | Brisbane | 2045 | 2.15 | 40 |
By default
TableFilter starts filtering at row 1
as it assumes row 0 being the headers row. Also note the
numeric parameter in the constructor refers to row indexes before the
filters row is applied.