1
0
Fork 0
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:
Max Guglielmi 2016-04-07 18:34:25 +02:00
commit 2656435d00
10 changed files with 117 additions and 27 deletions

View file

@ -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,