Different format value displayed in IE and Chrome

Hello,

I’m currently developping a dashboard with Dash, and for the moment I’m using IE because the scroll bar on table doesn’t work on Chrome. But I’m facing a new problem with IE, the format of the value displayed in the table is different on IE and on Chrome. On IE it’s automatically formating the float number in Xe-2 whereas in Chrome the full float number is displayed. But when you hover the cell in IE, the full value can be seen. I would like the full value displayed in the cell in IE. I’m using dash_table_experiments. Is there a solution for that? Thanks