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

"widthIncludesScrollbar" parameter to handle scrollbar inside the container

Open phts opened this issue 12 years ago • 0 comments

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 and the wrapper will always have specified width by the parameter. The wrapper will contain table element of (width minus scrollbar width) width. The header will be of width width.

Also works if width is null.

phts avatar Sep 19 '13 11:09 phts