adopted-ember-addons/ember-light-table

Make `minResizeWidth` take a string like `width` or vice-versa

Open

#534 opened on Jan 9, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (130 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (312 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide