emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

ListView and tables #172

Closed mayatskiy closed 10 years ago

mayatskiy commented 10 years ago

Can I use ListView somehow to make a scrollable table? The problem is that ListView wraps each item into div and its broke the table. Any suggestion will be great.

stefanpenner commented 10 years ago

you must use CSS to style the divs. browsers typically don't like you recycling and re-poisitioning table rows