目前我正在使用TableFilter来过滤我的表格,但不幸的是我无法通过我的Firefox(版本:45.2.0)中的local_storage配置来存储infortmations。
var tfConfig = {
base_path: '/assets/js/',
col_1: 'checklist',
alternate_rows: true,
rows_counter: true,
rows_counter_text: "Entries: ",
btn_reset: true,
btn_reset_text: "Clear",
loader: true,
status_bar: true,
no_results_message: true,
state: {
types: ['local_storage_xxxx'],
filters: true,
sort: true,
filters_visibility: true
},
有人知道我需要看的地方吗?配置Firefox?