tablesorter
tablesorter copied to clipboard
stickyHeaders_offset: Header overlapping padding and boarder of passed JQuery object
stickyHeaders_offset causes table header to overlap passed object if the object has a boarder or padding.
Suggest changing:
js/widgets/widget-stickyHeaders.js Line 61:
$el.height() || 0 :
to
$el.outerHeight() || 0 :
Thanks for the brilliant work on these libraries!!!
Hi @bronte27!
Thanks for reporting this problem. I have a lot of stuff I need to work on to get it back up-to-date, but I'll put this on my to-do list.