The call to on( ) in dataTables.rowsGroup.js on line 65 sets a callback that could lead to a race condition. var self = this; ---> dt.on('order.dt', function ( e, settings) { if (!self.orderOverrideNow) { self.orderOverrideNow = true; ........ }
The call to on( ) in dataTables.rowsGroup.js on line 65 sets a callback that could lead
to a race condition.
var self = this;
---> dt.on('order.dt', function ( e, settings) {
if (!self.orderOverrideNow) {
self.orderOverrideNow = true;
........
}