FCLT#59401 Single page als gebouwdashboard - optimalisatie gebruikte plug-ins
svn path=/Website/branches/v2020.1/; revision=46122
This commit is contained in:
@@ -1058,12 +1058,12 @@ $(function() {
|
||||
$("#" + targets.show_order.selector).html("");
|
||||
$("#" + targets[obj.target].selector).closest(".row").attr("hidden", false);
|
||||
targets[obj.target].data_table = $('table', '#list-issue-orders').DataTable(tColumnDefs(obj));
|
||||
resizeCard(targets.show_order.selector, targets.list_issue_orders.selector);
|
||||
$("input[type=search]", "#" + targets._issue_orders.selector).off("input").on("input", resizeCard(targets.show_order.selector, targets.list_issue_orders.selector));
|
||||
// select first row in case there is only 1 result
|
||||
autoselectRow({
|
||||
target: obj.target
|
||||
});
|
||||
$("input[type=search]", "#" + targets.list_issue_orders.selector).off("input").on("input", resizeCard(targets.show_order.selector, targets.list_issue_orders.selector));
|
||||
resizeCard(targets.show_order.selector, targets.list_issue_orders.selector)();
|
||||
}
|
||||
}),
|
||||
show_order: new Target({
|
||||
|
||||
Reference in New Issue
Block a user