Bug with ajax server side

Bug with ajax server side

BouskBousk Posts: 1Questions: 0Answers: 0
edited May 2010 in Bug reports
[code]if ( oSettings.sAjaxSource !== null && /* ! bug */oSettings.oFeatures.bServerSide )[/code]

If the ! stays here, we have to set bServerSide to false to use this feature.

Replies

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Is this causing a problem? I think this is actually working as planned. That code chunk is specifically for Ajax source data, not server-side processing, which is handled else where in the code. http://datatables.net/usage/#data_sources

    Allan
This discussion has been closed.