Set port render func

This commit is contained in:
Alfredo Cardigliano 2023-06-16 14:19:13 +02:00
parent c2fe646215
commit eb6f738d76

View file

@ -1481,6 +1481,7 @@ local function build_datatable_column_def_port(name, i18n_label)
title_i18n = i18n_label,
sortable = true,
class = { "no-wrap" },
render_generic = name,
}
end