jquery.tableScroll
jquery.tableScroll copied to clipboard
This jQuery plugin converts a properly formatted table, having thead and tbody elements (tfoot optional), into a scrollable table.
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...
table sizes are transformed into percentages for automatic resizing
Check height is more than desired before continuing to manipulate the DOM.
Fix undo option, correct class name for container is "tablescroll", not "tablescroll_wrapper". Fix width edit on first visible item, not first item.
- Translate table's original class to Header and Footer class. - Set width of all the body's cells. - Set the width of the cells after the tablescroll_head and tablescroll_foot...
I think it would good to determine whether a scrollbar width should be included into `width` parameter or not. `widthIncludesScrollbar == true` means the scrollbar will not widen a wrapper...
Removes itself better, returns this to be chainable
This can be turned off by setting the preserveClass to false
Hi, First, thanks for this plugin. It's the simplest and most un-bloated that I've seen so far. I'm seeing an issue when a table, who's width is set to a...
In using this plugin with nested tables and wanting to apply the scroll to both tables, all elements (from both tables) are grouped together. Any way to recurse through the...