pluto_grid icon indicating copy to clipboard operation
pluto_grid copied to clipboard

PlutoGrid does not allow to use . as thousands separators instead of ,

Open Gonzalo-Avalos-Ribas opened this issue 4 years ago • 2 comments

When i try to use the parameters PlutoColumnType.number(###.###,00) it throws an error. How to change this?

Gonzalo-Avalos-Ribas avatar Oct 22 '21 17:10 Gonzalo-Avalos-Ribas

Try using 5.0.6 or 5.1.0

Macacoazul01 avatar Sep 12 '22 13:09 Macacoazul01

@Gonzalo-Avalos-Ribas

Comma decimal separator cannot be used in format. https://api.flutter.dev/flutter/intl/NumberFormat-class.html

If you use PlutoGrid 5.0.6 or 5.1.0, you can set the number format according to locale.

https://weblaze.dev/pluto_grid/build/web/#feature/number-type-column See the 3 decimal places with denmark locale column in the example above.

bosskmk avatar Sep 13 '22 09:09 bosskmk

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 25 '22 11:10 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Nov 09 '22 11:11 github-actions[bot]