You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: