Skip to content

Commit

Permalink
Dashboard - itables 1.7 init
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Feb 12, 2024
1 parent 14d5c2e commit dc47f1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/format/dashboard/format-dashboard-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export function processDatatables(
kDatatableInit,
"let table = new DataTable('#$1', dt_args);",
);
scriptEl.innerText = codeWithInit;
scriptEl.innerText = codeWithInit;
} else {
scriptEl.innerText = codeText;
}

// Remove the inline css
Expand Down

0 comments on commit dc47f1a

Please sign in to comment.