plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Can not render the comma character: "," #61

Open r-chris opened 6 years ago

r-chris commented 6 years ago

Currently, any data including "," will omit that character and render the data table cell value without ",". For example 2016,2017 becomes 20162017.

When hovering the mouse over such data entries, the comma is actually still shown and filtering the column also requires specifying the comma for intended results.

dash_comma