mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Apply widgets initially after a short delay
This commit is contained in:
parent
f24f15e10c
commit
82a8a6852a
@ -1016,7 +1016,9 @@
|
||||
setHeadersCss(table);
|
||||
if (c.initWidgets) {
|
||||
// apply widget format
|
||||
ts.applyWidget(table, false);
|
||||
setTimeout(function(){
|
||||
ts.applyWidget(table, false);
|
||||
}, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user