You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
The crux is where the scrolling happens. If scrolling happens outside of the web component, then we need to either pass in the ID of the element (div) that's scrolling, or assume it's on the window (which isn't a fair assumption) - all because we need to attach a listener to the scroll event.
Ideally I would like to implement scrolling within the sortable-table element, on the tbody element. But that's notorious for not supporting scrolling, or it does but it also breaks width alignments of the td and 'th' cells, forcing manual width assignments using Javascript or possibly CSS3.
In short, it's a lot of work - that I would love to copy off another component, but I don't see it on that one.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Can you add to this table an infinite scroll capability?
The text was updated successfully, but these errors were encountered: