[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
This is using the bootstrap theme.
The columnMode standard only makes the table 750px wide, except for the footer which seems to fill the container. The individual columns don't expand to fit their content. The table can be manually resized with the mouse to use more width, but it doesn't happen automatically.
In columnMode force the table does fill the container, but all columns are the same width and can't be resized.
In columnMode flex, columns are different widths in every row!
Expected behavior
I'd like to see behaviour akin to
in columnMode standard. The columns should automatically set width to best fit their content and to fill the container.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Seems pretty obvious, I want my table to fill my container
Please tell us about your environment:
npm, mac os
Most helpful comment
Facing the same issue.