tablesorter icon indicating copy to clipboard operation
tablesorter copied to clipboard

stickyHeaders_offset: Header overlapping padding and boarder of passed JQuery object

Open bronte27 opened this issue 4 years ago • 1 comments

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!!!

bronte27 avatar Jan 23 '21 22:01 bronte27

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.

Mottie avatar Jan 24 '21 16:01 Mottie