mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix column total_presupuesto for autonumeric format
This commit is contained in:
@ -320,12 +320,7 @@ theTable.on( 'draw.dt', function () {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let coln of priceCols) {
|
|
||||||
theTable.column(coln, { page: 'current' }).nodes().each( function (cell, i) {
|
|
||||||
cell.innerHTML = parseFloat(cell.innerHTML).toFixed(2);
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user