List: Remove vertical scrolling for all lists except dashlets

This commit is contained in:
Molkobain
2021-05-21 17:03:59 +02:00
parent a36632def6
commit 104cf9479c
9 changed files with 30 additions and 61 deletions

View File

@@ -29,7 +29,10 @@ $('#{{ oUIBlock.GetId() }}').DataTable({
}
},
scrollX: true,
scrollCollapse: true,
{% if oUIBlock.GetOption('sMaxHeight') is not empty %}
scrollY: "{{ oUIBlock.GetOption('sMaxHeight') }}",
scrollCollapse: true,
{% endif %}
order: [],
autoWidth: false,
rowId: "id",