Addepar / Addepar/ember-table

minWidth and maxWidth do not appear to work

Open
#817 4 comments 5 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.