Fechas
This commit is contained in:
@ -345,7 +345,15 @@
|
||||
title: 'Movimientos Contables',
|
||||
download: 'open',
|
||||
exportOptions: {
|
||||
columns: [0, 1, 2, 3, 5, 6, 8, 9, 10, 11]
|
||||
columns: [0, 1, 2, 3, 5, 6, 8, 9, 10, 11],
|
||||
format: {
|
||||
body: (data, row, column, node) => {
|
||||
if (column === 3) {
|
||||
return data.split('-').reverse().join('-')
|
||||
}
|
||||
return data
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user