problema edit delete vista

This commit is contained in:
2024-11-20 17:33:06 +01:00
parent 791a17d3da
commit 5d0f212040

View File

@ -114,7 +114,7 @@
theTable.on( 'draw.dt', function () {
const boolCols = [3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
const boolCols = [3, 4, 5, 6, 7, 8, 9, 10, 11];
for (let coln of boolCols) {
theTable.column(coln, { page: 'current' }).nodes().each( function (cell, i) {
cell.innerHTML = cell.innerHTML == '1' ? '<i class="ti ti-check"></i>' : '';