add separator in js for handle showing value is number
This commit is contained in:
@@ -18,7 +18,7 @@ class ReportPbgPTSP {
|
||||
{ name: "Status" },
|
||||
{
|
||||
name: "Total",
|
||||
formatter: (cell) => cell,
|
||||
formatter: (cell) => addThousandSeparators(cell),
|
||||
},
|
||||
],
|
||||
pagination: {
|
||||
|
||||
Reference in New Issue
Block a user