Addepar / ember-table

https://opensource.addepar.com/ember-table/
Other
1.7k stars 352 forks source link

table column doesn't respect set minWidth and maxWidth #1081

Open samridhivig opened 5 months ago

samridhivig commented 5 months ago

Setting up minWidth and maxWidth values on a column doesn't seem to work.

It seems like these values are:

  1. Hardcoded in case width is provided: code
  2. Set to default in case nothing is provided: code

However, the document states nothing about these or the default. It simply states that we can set whatever minWidth and maxWidth values: documentation link