finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.05k forks source link

Number string formatting in datagrid #2539

Closed ada-x64 closed 3 months ago

ada-x64 commented 4 months ago

Based on #2521

This PR aims to create a universal number string formatter using the Intl.NumberFormat() constructor as the base datatype. This PR creates a column settings control on the viewer and integrates it into the Datagrid. Further work will integrate this control into the D3FC plugins and the OpenLayers plugin.

texodus commented 3 months ago

Thanks for the PR!

Superseded by #2563, closing