Fix static datatables width not using available space

This commit is contained in:
Stephen Abello
2021-03-02 11:17:11 +01:00
parent c30b1dd379
commit d7d156303f

View File

@@ -31,6 +31,7 @@ $('#{{ oUIBlock.GetId() }}').DataTable({
scrollX: true,
scrollCollapse: true,
order: [],
autoWidth: false,
rowId: "id",
filter: false,
{% if oUIBlock.GetData()|length <= iPageSize %}