table column doesn't respect set minWidth and maxWidth
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 351
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 1
Description
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
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
Start by reading addon/components/-private/base-table-cell.js around the width handling and addon/-private/column-tree.js around the default minWidth and maxWidth values. Compare that behavior with the column-width documentation linked in the issue. Done means column minWidth and maxWidth settings are respected in the relevant cases and the documented defaults or behavior are accurate.
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
- Mostly clear
- Newbie friendliness
- 45/100