blackbaud / skyux2

SKY UX 2 is the new version of Blackbaud’s user experience framework that implements Blackbaud design patterns. It extends the framework to abstract many complexities of modern web development and takes advantage of Angular 2 to increase the tooling, testing, and performance available.
https://developer.blackbaud.com/skyux
MIT License
32 stars 65 forks source link

Grid is collapsing when inside a tabset #2112

Closed Blackbaud-AlexKingman closed 6 years ago

Blackbaud-AlexKingman commented 6 years ago

Grid is collapsing when inside a tabset. This is most likely due to the fact the grid hasn't been injected into the DOM when the width calculations are made. The table width is set to 0, and all the columns collapse to the minimum width (50px). Setting the grid to both scroll=fit and scroll=width doesn't seem to matter.

Blackbaud-AlexKingman commented 6 years ago

Resolved with upcoming release #2111

Blackbaud-SteveBrush commented 6 years ago

Pull request: https://github.com/blackbaud/skyux2/pull/2039