jquery.tableScroll icon indicating copy to clipboard operation
jquery.tableScroll copied to clipboard

Added flexability, handles colspans, window.resize event

Open chprpipr opened this issue 13 years ago • 1 comments

Sorry for the reworked formatting. There are a few nuggets in this check in that I think are worthwhile:

  • Takes colspans into account
  • Clones and hides the original THEAD and TFOOT rather than removing them. This helps to preserve column alignment
  • Inserts TH/TD elements to account for addition of scroll bar (preserves column alignment, particularly if the column is right justified
  • Adds a window.resize event handler to update the table's display if the window changes dimensions.

chprpipr avatar Aug 04 '11 00:08 chprpipr

I used this version. Only difference I found is that the resizing works when the screen has been minimized and maximized again.

7-- avatar Aug 02 '19 20:08 7--