IBM / dse-do-dashboard

Plotly/Dash dashboard for Decision Optimization projects in IBM Cloud Pak for Data
Apache License 2.0
4 stars 3 forks source link

Add 'thousands' comma in formatting of numbers in table view in Prepare Data and Explore Solution #29

Open victorterpstra opened 2 years ago

victorterpstra commented 2 years ago

See https://dash.plotly.com/datatable/data-formatting It uses 'format':Format().group(True).

Adding to dash_common_utils.get_data_table() doesn't seem to work

See also: https://formattable.pythonanywhere.com

victorterpstra commented 2 years ago

Also, limit the precision of floats?