ajax.reload does not call callback in case of server side processing in 1.10.0-beta1
ajax.reload does not call callback in case of server side processing in 1.10.0-beta1
I traced it to this code:
var __reload = function ( settings, holdPosition, callback ) {
if ( _fnDataSource( settings ) == 'ssp' ) {
_fnReDraw( settings, holdPosition );
}
The argument 'callback' is not used in case of 'ssp' - is this a bug or intentional?
var __reload = function ( settings, holdPosition, callback ) {
if ( _fnDataSource( settings ) == 'ssp' ) {
_fnReDraw( settings, holdPosition );
}
The argument 'callback' is not used in case of 'ssp' - is this a bug or intentional?
This discussion has been closed.
Replies
Allan
Allan