mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-18 00:19:50 +01:00
Continued storage class
This commit is contained in:
parent
680e13840d
commit
2656435d00
10 changed files with 117 additions and 27 deletions
|
|
@ -37,7 +37,7 @@
|
|||
var tfConfig = {
|
||||
base_path: '../dist/tablefilter/',
|
||||
state: {
|
||||
types: ['local_storage', 'hash'],
|
||||
types: ['local_storage'/*, 'hash'*/],
|
||||
page_number: true,
|
||||
page_length: true
|
||||
},
|
||||
|
|
@ -52,7 +52,7 @@ var tfConfig = {
|
|||
],
|
||||
filters_row_index: 3,
|
||||
headers_row_index: 2,
|
||||
remember_grid_values: true,
|
||||
// remember_grid_values: true,
|
||||
highlight_keywords: true,
|
||||
alternate_rows: true,
|
||||
rows_counter: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue