Dash Datatables and IE11 compatibility issue

My datatables render perfectly on chrome/firefox/opera. But in IE 11 the datatable loads in squashed to the left, not filling the horizontal space. When I click in the table cells, it snaps to the proper width. Also, when scrolling down the datatable in IE, I’m getting visual artifacts in the form of horizontal lines in the middle of cell rows that reach from one side of the table to the other, as if they are phantom row dividers.


example of visual artifacts with my data whited out

dash==1.19.0
dash-bootstrap-components==0.10.7
dash-core-components==1.15.0
dash-devices==0.1.3
dash-html-components==1.1.2
dash-renderer==1.9.0
dash-table==4.11.2

Any attention on this? @chriddyp