I am trying to have a resizable on a div, but the resizer handle is always contained within the div can I have it where scrollbars end.
Check option http://api.jqueryui.com/resizable/#option-alsoResize
This works for me
$(".responsive-table th").resizable({ handles: "e", containment: 'document', alsoResize: ".responsive-table table" });