mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Fix DataTable display for protocol modal [SCI-2863]
This commit is contained in:
parent
c184ca1c95
commit
716e74ceb4
1 changed files with 1 additions and 0 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Reference in a new issue