stickyHeader icon indicating copy to clipboard operation
stickyHeader copied to clipboard

Responsive improvement and fix header cells width

Open bascoder opened this issue 10 years ago • 0 comments

Responsive

I moved the anonymous function to a named function. I added a window resize handler that will call InitStickyHeaderseInit(). This function removes the old sticky header and handlers. Finally it will call initStickyHeaders() again.

Cell width

To fix the header cell width I changed line 30 to use the outerWidth() property instead of width(). This will take the full width of header cells.

bascoder avatar Oct 08 '15 15:10 bascoder