Closed
Description
When using the resizable widget, the handles extend over the table's footer which often contains paging controls. If the handle overlaps the paging controls, the paging controls do not function when clicked.
When searching for this issue I found a jsfiddle posted by Mottie when which highlights it perfectly:
https://jsfiddle.net/Mottie/Lq0re9s3/1/
In that example, the column headers are displayed in the tfoot as well, and I see how having the handle extend over them would be helpful. Maybe use an optional class on the row within the tfoot to decide whether to include the row's height in the resizable-handle height?