Issue with table body responsive resizing

Tags: #<Tag:0x00007f8b1dc9c638>

I’m having some trouble resizing a table when a side nav-bar is collapsed. In the first screenshot you can see the right edge of the table nicely aligned with the parent container when the menu is toggled on:

In the second screenshot, where the menu has been collapsed, you can see that while the column header has resized properly the table body has not:

Is there anyway to keep the table body in sync with the header?

Thanks!

Hi @amattesantos

you can test autoColumnSize: true and column offset.
If that won’t help please create a demo where the issue can be replicable.