Related to column in a table

Currently a column in my Table widget is showing numbers like this: 123100, 300000.
but it should show like this: $123,100, $300,000. How can I do this in Appsmith?

Hey @Naveen_Reddy
You could try using Intl.NumberFormat api:

For example:
image

1 Like

Thank you @rishabhsaxena