Dash table formatting decimal place

hi @maulberto3

There are some good examples here: https://dash.plotly.com/datatable/typing. Plus more info here https://dash.plotly.com/datatable/reference

However, I didn’t really get how to use all the features until I checked out the code: https://github.com/plotly/dash-table/tree/dev/dash_table. It turns out that Format is a pretty helpful helper object!

I made a bunch of notes and a small app to test out some of the features. In case anyone might find that useful, I’ll tidy it up and put it in Github and post a link back here when it’s ready.