Add a hidden column to allow searching by hostnames

Note: using "hide" CSS class to hide the column even if datatables decides to show it

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2025-02-27 22:04:18 -03:00
parent 22bfbd9d75
commit efa9d146bc

View File

@@ -238,6 +238,7 @@ $(function () {
{ data: "numQueries", width: "9%", render: $.fn.dataTable.render.text() },
{ data: "", width: "6%", orderable: false },
{ data: "", width: "6%", orderable: false },
{ data: "ips[].name", visible: false, class: "hide" },
],
drawCallback: function () {