Resizable: adjust handles on pager complete

This commit is contained in:
Rob Garrison 2016-06-20 12:17:14 -05:00
parent a1413a6015
commit 7c1d4183c8
No known key found for this signature in database
GPG Key ID: 0A42D160D71978E1
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -254,7 +254,7 @@
// right click to reset columns to default widths
c.$table
.bind( 'columnUpdate' + namespace, function() {
.bind( 'columnUpdate' + namespace + ' pagerComplete' + namespace, function() {
ts.resizable.setHandlePosition( c, wo );
})
.find( 'thead:first' )