mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
List: Remove vertical scrolling for all lists except dashlets
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user