N°3569 - Migrate backoffice pages to new UIBlock system : DB Tools

This commit is contained in:
Eric
2021-03-23 18:30:40 +01:00
parent c7425558e7
commit 699944711b
6 changed files with 275 additions and 217 deletions

View File

@@ -6,9 +6,15 @@ var table{{ oUIBlock.GetId()|sanitize(constant('utils::ENUM_SANITIZATION_FILTER_
scrollCollapse: true,
paging: false,
filter: false,
autoWidth: false,
search: false,
dom: "t",
"order": [],
{% if oUIBlock.GetOption("select_mode") is not empty %}
select: {
style: "{{ oUIBlock.GetOption("select_mode") }}"
},
{% endif %}
});
if ($('#{{ oUIBlock.GetId() }}').find('thead').is(':visible'))
{