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

vldmrrrvldmrrr Posts: 1Questions: 0Answers: 0
edited February 2014 in General
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?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Bug - thanks for pointing that out - I'll git it fixed forthwith.

    Allan
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Fixed in git now and I'll be releasing as part of 1.10.0-beta.2 shortly: https://github.com/DataTables/DataTablesSrc/commit/636d523

    Allan
This discussion has been closed.