Victor Xie
Victor Xie
To be frank, the whole section starting from the line ```if len(piece) > 1 and piece[-1] == "," and piece[-2].isdigit():``` looks confusing to me. Why do we need special treament...
I created a PR for fixing this bug https://github.com/plotly/dash-table/pull/926
Withdraw my PR in favor of https://github.com/plotly/dash-table/pull/906
Created a PR https://github.com/plotly/dash-table/pull/935/files to fix this issue