ciena-frost / ember-frost-table

MIT License
1 stars 9 forks source link

Use flexbox approach for tables #34

Closed AdamWard1995 closed 7 years ago

AdamWard1995 commented 7 years ago

This project uses semver, please check the scope of this pr:

Currently the column cell widths are fixed once the table is rendered and when the table width is set to 100% only the rightmost column grows. Using this flex box approach the table only take as much space as it needs when no explicit width is set but all columns grow equally as the table grows except the selection column which stays fixed.

screen shot 2017-08-17 at 8 55 37 am

screen shot 2017-08-17 at 8 55 17 am

CHANGELOG

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling b7d40174cceb7664541db4c4a69329efc447ebe3 on AdamWard1995:flexTable into on ciena-frost:master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling b7d40174cceb7664541db4c4a69329efc447ebe3 on AdamWard1995:flexTable into on ciena-frost:master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 74c887be775f504a07ef30bea9a77ed14f0ccc90 on AdamWard1995:flexTable into on ciena-frost:master.

sophypal commented 7 years ago

👍

Approved with PullApprove