add status in opname datatable with order by created at desc

This commit is contained in:
2025-06-10 19:12:21 +07:00
parent 51079aa567
commit 84fb7ffb52
7 changed files with 32 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ let table = $("#products-table").DataTable({
processing: true,
serverSide: true,
ajax: url,
order: [[0, "desc"]],
columns: [
{ data: "code", name: "code" },
{ data: "name", name: "name" },