EV3-387 Verziováltott teszt - Statisztika
This commit is contained in:
parent
0b1240f972
commit
bacfbbce88
@ -629,7 +629,20 @@ className: 'dt-body-right',
|
||||
|
||||
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,
|
||||
extend: 'print',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user