Show (iconized) links to attachments on parts table.

This commit is contained in:
Jan Böhmer 2019-11-10 19:16:39 +01:00
parent 3e4f5a1391
commit 05d6b0aa93
5 changed files with 114 additions and 5 deletions

View file

@ -526,14 +526,13 @@ class AjaxUI {
$(document).trigger('ajaxUI:dt_loaded');
//Attach event listener to update links after new page selection:
$('#dt').on('draw.dt', function() {
$('#dt').on('draw.dt column-visibility.dt', function() {
ajaxUI.registerLinks();
$(document).trigger('ajaxUI:dt_loaded');
});
});
});
console.debug('Datatables inited.');
}
}