add separator in js for handle showing value is number

This commit is contained in:
arifal
2025-06-24 12:02:17 +07:00
parent b895f61701
commit e5baf5318f
10 changed files with 105 additions and 74 deletions

View File

@@ -18,7 +18,7 @@ class ReportPbgPTSP {
{ name: "Status" },
{
name: "Total",
formatter: (cell) => cell,
formatter: (cell) => addThousandSeparators(cell),
},
],
pagination: {