ember-cli-ember-table
ember-cli-ember-table copied to clipboard
With less rows then table hight(no vertical scroll) there is no data showing
I tried the example given on homepage with the generated rows, and when the number of rows is small enough and there is no scrollbar, the data is not showing. In the example the numRows is 10000 if you put it on 7 or 8 normally there is no vertical scroll and the data will not show up any more.
Please create a Pull Request with a failing test case and I'll take a look at it.
https://github.com/intuitivepixel/ember-cli-ember-table/pull/25
I hope I did it right. I copied the simple test and modified it to fail, which was simply adding a height and decreasing the rowcount.
I think the issue might be in ember-table, not ember-cli-ember-table.
I'll be fixing it here and you'll deploy the fix by incrementing your version of ember-cli-ember-table
so for all intents and purposes ember-cli-ember-table
is ember-table
:)