mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Scroller: setFixedColumnSize updates with no set size
This commit is contained in:
parent
45cb86ed57
commit
21703a663a
2
dist/js/widgets/widget-scroller.min.js
vendored
2
dist/js/widgets/widget-scroller.min.js
vendored
File diff suppressed because one or more lines are too long
@ -260,6 +260,7 @@ ts.scroller = {
|
||||
}
|
||||
// remove fixed columns
|
||||
wo.scroller_$container.find( '.' + tscss.scrollerFixed ).remove();
|
||||
size = wo.scroller_fixedColumns;
|
||||
if ( size > 0 && size < c.columns - 1 ) {
|
||||
ts.scroller.setupFixed( c, wo );
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user