[Web] Disable connectors in FooTable filter
parent
cfd9316d74
commit
3e741a0d9c
|
@ -140,6 +140,7 @@ jQuery(function($){
|
|||
"filtering": {
|
||||
"enabled": true,
|
||||
"position": "left",
|
||||
"connectors": false,
|
||||
"placeholder": lang.filter_table
|
||||
},
|
||||
"sorting": {
|
||||
|
@ -188,6 +189,7 @@ jQuery(function($){
|
|||
"filtering": {
|
||||
"enabled": true,
|
||||
"position": "left",
|
||||
"connectors": false,
|
||||
"placeholder": lang.filter_table
|
||||
},
|
||||
"sorting": {
|
||||
|
@ -236,6 +238,7 @@ jQuery(function($){
|
|||
"filtering": {
|
||||
"enabled": true,
|
||||
"position": "left",
|
||||
"connectors": false,
|
||||
"placeholder": lang.filter_table
|
||||
},
|
||||
"sorting": {
|
||||
|
@ -279,6 +282,7 @@ jQuery(function($){
|
|||
"filtering": {
|
||||
"enabled": true,
|
||||
"position": "left",
|
||||
"connectors": false,
|
||||
"placeholder": lang.filter_table
|
||||
},
|
||||
"sorting": {
|
||||
|
@ -531,6 +535,7 @@ jQuery(function($){
|
|||
"filtering": {
|
||||
"enabled": true,
|
||||
"position": "left",
|
||||
"connectors": false,
|
||||
"placeholder": lang.filter_table
|
||||
},
|
||||
"sorting": {
|
||||
|
|
Loading…
Reference in New Issue