mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Resizable: adjust handles on pager complete
This commit is contained in:
parent
a1413a6015
commit
7c1d4183c8
2
dist/js/widgets/widget-resizable.min.js
vendored
2
dist/js/widgets/widget-resizable.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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' )
|
||||
|
Loading…
Reference in New Issue
Block a user