vh-sticky-table-header
vh-sticky-table-header copied to clipboard
Make it possible to specify custom scroll container
I had some problems with the header elements not being clickable when in sticky mode (similar to #10?). Tracked it down to no original target being detected in setupClickEventMirroring
. By allowing a custom reference to the app's scroll container I could solve it in my case.
Let me know if the fix is useful to others!