Addepar / Addepar/ember-table

table column doesn't respect set minWidth and maxWidth

Open
#1,081 1 comment 0 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

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.