Merge pull request #1377 from mz3944/mz-SCI-2863

Fix DataTable display for protocol modal [SCI-2863]
This commit is contained in:
mz3944 2018-11-20 21:21:29 +01:00 committed by GitHub
commit a9eb2fc249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,6 +248,7 @@ function initLinkedChildrenModal() {
if (childrenTableEl) {
// Only initialize table if it's present
var childrenDatatable = childrenTableEl.DataTable({
autoWidth: false,
dom: "RBltpi",
stateSave: false,
buttons: [],