Skip to content
Snippets Groups Projects
Commit 44fd036d authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Disable autoWidth to prevent the table from extending beyond the parent

parent 646015de
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ class DataTableView extends LitElement { ...@@ -105,6 +105,7 @@ class DataTableView extends LitElement {
this.table = $(this.shadowRoot.querySelector('#dt')).DataTable({ this.table = $(this.shadowRoot.querySelector('#dt')).DataTable({
destroy: true, destroy: true,
autoWidth: false,
language: { language: {
url: this.lang === 'de' ? lang_de_url : lang_en_url, url: this.lang === 'de' ? lang_de_url : lang_en_url,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment