ember-table
ember-table copied to clipboard
More complete basic CSS would be useful
First let me say that with only having started to use EmberTable a few days ago I am very impressed with the package and its documentation. I followed the very clear and useful documentation to get myself started rendering tables very quickly. However, I ran into a few problems with the rendering. For example, when I got to trying to use EmberTh::SortIndicator, no indicator was visible in my application. It took me a bit of digging with the web developer tools comparing my page to the documentation pages (where the sort indicators are visible) to find that the problem was that in the distribution there are no CSS specifications for the et-sort-indicator class.
I was able to solve my problem by just copying all of the ember-table CSS from the documentation site into my app.css file. That solved my sort indicator problem and all of the other formatting oddities I was experiencing, and provides me a good starting point for adjusting the style to meet my needs.
It would be nice, however, if the distribution came with a more complete set of basic CSS. Or if the documentation included instructions on what CSS the user is expected to provide for themselves. Or if there is a more straightforward way to get a basic functional CSS, it would be nice to have that more prominently explained in the documentation.
Thanks