adopted-ember-addons / adopted-ember-addons/ember-light-table
Make `minResizeWidth` take a string like `width` or vice-versa
Abierto
enhancement
good first issue
help wanted
- Lenguaje dominante
- JavaScript
- Estrellas
- 311
- Forks
- 130
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Currently the `Column` class requires `minResizeWidth` to be a number (in px) while `width` is provided as a string like so `width: '100px'`. I think it would be good to have these two properties work the same for consistency sake. For backward compatibility, we could allow a number or a string for both.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.