EV3-387 Verziováltott teszt - Statisztika

This commit is contained in:
E98Developer 2026-07-03 06:59:50 +02:00
parent 0b1240f972
commit bacfbbce88

View File

@ -629,7 +629,20 @@ className: 'dt-body-right',
buttons: { buttons: {
buttons: [ buttons: [
'excel','pdf', {
extend: 'excel',
exportOptions: {
format: {
body: function (data, row, column, node) {
if ([2, 3, 4, 5, 6].includes(column)) {
return typeof data === 'string' ? data.replace(/ /g, '') : data;
}
return data;
}
}
}
},
'pdf',
{ {
footer:true, footer:true,
extend: 'print', extend: 'print',