adopted-ember-addons/ember-light-table

table height attribute warning is annoying

Open

#502 opened on Oct 29, 2017

View on GitHub
 (5 comments) (0 reactions) (0 assignees)JavaScript (130 forks)github user discovery
foreign-addonhelp wanted

Repository metrics

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

Description

#449 made it optional to specify a table height attribute, which is great for those of us sizing the table with CSS. However, when I'm doing this intentionally, I don't want to see these warnings.

Can we add an option or setting that will silence these, probably on a per-table basis? That way I could provide an attribute like requireHeight: false to each table where I'm explicitly choosing not to set the height because I know CSS has it taken care of.

I think this should be pretty simple so I'm happy to put together a PR if that sounds appropriate :v:

Contributor guide