CrowdStrike / ember-headless-table

https://ember-headless-table.pages.dev
MIT License
23 stars 7 forks source link

Add row-pinning plugin #132

Open NullVoxPopuli opened 1 year ago

NullVoxPopuli commented 1 year ago

Having the headers pinned to the top of the nearest relative/absolute/fixed container is pretty straight-forward, but if you want to pin N-top rows then math starts to get involved. It would be beneficial to abstract all that in to a plugin.