Restrict toggle for tbl with specific breakpoints
parent
d1153b470f
commit
c48ae234ce
|
@ -300,7 +300,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'domain_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_mailbox_table() {
|
||||
|
@ -492,7 +493,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'resource_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_bcc_table() {
|
||||
|
@ -560,7 +562,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'bcc_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_recipient_map_table() {
|
||||
|
@ -623,7 +626,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'recipient_map_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_tls_policy_table() {
|
||||
|
@ -692,7 +696,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'tls_policy_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_transport_maps_table() {
|
||||
|
@ -759,7 +764,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'transport_maps_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_alias_table() {
|
||||
|
@ -916,7 +922,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'aliasdomain_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -84,7 +84,8 @@ jQuery(function($){
|
|||
"state": {"enabled": true},
|
||||
"sorting": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_sync_job_table() {
|
||||
|
|
Loading…
Reference in New Issue