mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 07:26:20 +08:00
Merge pull request #1377 from mz3944/mz-SCI-2863
Fix DataTable display for protocol modal [SCI-2863]
This commit is contained in:
commit
a9eb2fc249
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