label fix

This commit is contained in:
Pringgosutono
2025-12-16 14:16:31 +07:00
parent 9940e6722d
commit 15a02914a8

View File

@ -857,7 +857,7 @@
searchable: true,
render: function (data, type, row, meta) {
const device_id = Helper.splitEvery4Char(data);
const protocol = " " + row.protocol || '';
const protocol = " " + (row.protocol || '');
return device_id + '<br>' + protocol;
// return `<span class="d-none">${data}</span>` + Helper.splitEvery4Char(`${data}`);