adopted-ember-addons/ember-light-table
View on GitHubMake `minResizeWidth` take a string like `width` or vice-versa
Open
#534 opened on Jan 9, 2018
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.