ember-cli-ember-table icon indicating copy to clipboard operation
ember-cli-ember-table copied to clipboard

Row content does not show when height is given to the table.

Open pksjce opened this issue 10 years ago • 0 comments

Issue - Row content does not show when height is given to the table component.

Steps to reproduce - In tests > dummy > templates > simple.hbs, Add height=400

Height should be applied. Instead blank table shows up. If number of rows is large ie scrollable, the content shows up on scrolling. If the number of rows is less than the height, then there is no workaround to see the content.

pksjce avatar Jun 27 '15 18:06 pksjce