mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 01:19:45 +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) {
|
if (childrenTableEl) {
|
||||||
// Only initialize table if it's present
|
// Only initialize table if it's present
|
||||||
var childrenDatatable = childrenTableEl.DataTable({
|
var childrenDatatable = childrenTableEl.DataTable({
|
||||||
|
autoWidth: false,
|
||||||
dom: "RBltpi",
|
dom: "RBltpi",
|
||||||
stateSave: false,
|
stateSave: false,
|
||||||
buttons: [],
|
buttons: [],
|
||||||
|
|
Loading…
Reference in a new issue