mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Fix static datatables width not using available space
This commit is contained in:
@@ -31,6 +31,7 @@ $('#{{ oUIBlock.GetId() }}').DataTable({
|
||||
scrollX: true,
|
||||
scrollCollapse: true,
|
||||
order: [],
|
||||
autoWidth: false,
|
||||
rowId: "id",
|
||||
filter: false,
|
||||
{% if oUIBlock.GetData()|length <= iPageSize %}
|
||||
|
||||
Reference in New Issue
Block a user