ember-table
ember-table copied to clipboard
Upgrading from beta to 2.0.0 causes table to only display the first row until clicked
I finally upgraded from beta, but one of my tables stopped working properly. I know in beta there was a problem where if you didn't have an explicit height between every div from table to a fixed height ancestor then you'd have this problem (but back then I'd usually get the first two rows).
I'm assuming I'm just missing something else that is now required. Does this sound familiar to anyone? Other tables I have render everything correctly.
Note that the table successfully showed all of its content on versions beta.7 and beta.8 but failed on 2.0.0 through 2.1.1
Edit: I'll try to see if I can twiddle something in the morning.