minWidth and maxWidth do not appear to work
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 351
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 1
Description
Hi,
Looks like setting the width attribute in my columns definition works however minWidth and maxWidth seem to be ignored. When I set them and look in the inspector I can see the inline styles for width, min-width, and max-width matching the default value of width which is 100.
Ember Source 3.17.0
Ember Table 2.2.3
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with Ember Source 3.17.0 and Ember Table 2.2.3 using a columns definition that sets width, minWidth, and maxWidth. Inspect the generated inline styles and trace where those values are applied; done when min-width and max-width reflect the supplied column settings instead of the default width of 100.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100