Restrict row toggle for remaing tables
parent
1b54d75716
commit
d1153b470f
|
@ -419,7 +419,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'mailbox_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_resource_table() {
|
||||
|
@ -854,7 +855,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'alias_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -995,7 +997,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'sync_job_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -1064,7 +1067,8 @@ jQuery(function($){
|
|||
"after.ft.filtering": function(e, ft){
|
||||
table_mailbox_ready(ft, 'filter_table');
|
||||
}
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
@ -151,7 +151,8 @@ jQuery(function($){
|
|||
"state": {"enabled": true},
|
||||
"sorting": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"toggleSelector": "table tbody span.footable-toggle"
|
||||
});
|
||||
}
|
||||
function draw_wl_policy_mailbox_table() {
|
||||
|
|
Loading…
Reference in New Issue