Ventas->Listado->Ventas
This commit is contained in:
@ -124,7 +124,7 @@
|
||||
).append(
|
||||
$('<div></div>').addClass('content').append(table)
|
||||
)
|
||||
const dt = new DataTable(table, {
|
||||
new DataTable(table, {
|
||||
order: [[1, 'desc'], [0, 'asc']]
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user