I have a bootstrap Grid -> Row -> Col, with my ReactDataGrid inside. The ReactDataGrid is larger than the column width by the sum of the padding on the sides. Calls to .updateMetrics() do not fix the issue. Probably due to using `box-sizing: border-box` in the css. Here you can see the grid overflowing it's container:  Here is the container (bootstrap col). Notice the overflow is the sum of the side padding (green) 