Restrict toggle for tbl with specific breakpoints

master
friedPotat0 2019-07-27 19:07:01 +02:00
parent d1153b470f
commit c48ae234ce
2 changed files with 16 additions and 8 deletions

View File

@ -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"
});
}

View File

@ -84,7 +84,8 @@ jQuery(function($){
"state": {"enabled": true},
"sorting": {
"enabled": true
}
},
"toggleSelector": "table tbody span.footable-toggle"
});
}
function draw_sync_job_table() {