label fix
This commit is contained in:
@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user