adopted-ember-addons / ember-light-table

Lightweight, contextual component based table for Ember
http://adopted-ember-addons.github.io/ember-light-table/
MIT License
312 stars 130 forks source link

Sticky / fixed / frozen rows (and columns) #434

Open buschtoens opened 7 years ago

buschtoens commented 7 years ago

With sticky rows we could implement headings for sub-sections of tables. These sticky rows would look act like normal table rows, but would stick to the top of the view port, when scrolling. Think of iOS contact book:

image

When we support horizontal scrolling (#284), we could also support sticky columns:

image

This might be a bit utopian, but I think it would make for great feature and awesome UI. I'm keen on input from users here! :)

trdp30 commented 5 years ago

We are in need of this feature. Where are you guys in this feature?