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

Don't enable responsive mode on dt init

It doesn't work as long as there is no data it seems
parent 1a1ff2d2
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,6 @@ class DataTableView extends LitElement { ...@@ -105,7 +105,6 @@ class DataTableView extends LitElement {
this.table = $(this.shadowRoot.querySelector('#dt')).DataTable({ this.table = $(this.shadowRoot.querySelector('#dt')).DataTable({
destroy: true, destroy: true,
responsive: {details: true},
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.
Finish editing this message first!
Please register or to comment