Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,436
Widok
0
29/05/2017 11:24 am
Topic starter
problem with asynchronous
1 Answer
0
29/05/2017 11:25 am
Topic starter
example
1 2 3 |
$('#my_tabblesorter').trigger('addRows', [$row, resort,function () { alert('do it only after addRows'); }]); |
$('#my_tabblesorter').trigger('addRows', [$row, resort,function () { alert('do it only after addRows'); }]);