ember-table
ember-table copied to clipboard
table column doesn't respect set minWidth and maxWidth
Setting up minWidth and maxWidth values on a column doesn't seem to work.
It seems like these values are:
However, the document states nothing about these or the default. It simply states that we can set whatever minWidth and maxWidth values: documentation link
@samridhivig Created a PR that respects the minWidth and maxWidth when using gte-container-slack, this will probably apply to your use case too. PR: https://github.com/Addepar/ember-table/pull/1148