Set render_type to formatIP got build_datatable_column_def_ip. Add formatIP js render function. Cleanup filterizeVlan.

This commit is contained in:
Alfredo Cardigliano 2024-08-22 12:25:28 +02:00
parent 048f70913e
commit 5ed80874a3
2 changed files with 17 additions and 10 deletions

View file

@ -91,7 +91,7 @@ local function build_datatable_column_def_ip(name, i18n_label)
title_i18n = i18n_label,
sortable = true,
class = { "no-wrap" },
render_generic = name,
render_type = "formatIP",
}
end