mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Fix DataTables warning message
Use `null` instead of an empty string to define columns initially empty Fix #3471 Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -249,8 +249,8 @@ $(() => {
|
||||
},
|
||||
},
|
||||
{ data: "numQueries", width: "9%", render: $.fn.dataTable.render.text() },
|
||||
{ data: "", width: "6%", orderable: false },
|
||||
{ data: "", width: "6%", orderable: false },
|
||||
{ data: null, width: "6%", orderable: false },
|
||||
{ data: null, width: "6%", orderable: false },
|
||||
{ data: "ips[].name", visible: false, class: "hide" },
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user