Latest release DataTables/Dist is broken

Latest release DataTables/Dist is broken

martinvwmartinvw Posts: 1Questions: 0Answers: 0
edited June 2018 in Free community support

Hello,

We are experiencing problems with the latest release, it seems that the jquery.dataTables.js was terminated approriately, it would be great if this could be fixed, see also:

https://github.com/DataTables/Dist-DataTables/blob/master/js/jquery.dataTables.js#L24634


/** * Ajax (XHR) event, fired whenever an Ajax request is completed from a * request to made to the server for new data. This event is called before * DataTables processed the returned data, so it can also be used to pre- * process the data returned from the server, if needed. * * Note that this trigger is called in `fnServerData`, if you override * `fnServerData` and which to use this event, you need to trigger it in you * success function. * @name DataTable#xhr.dt * @event * @param {event} e jQuery event object * @param {object} o DataTables settings object {@link DataTable.models.oSettings} * @param {object} json JSON returned from the server * * @example * //

See also

https://github.com/DataTables/Dist-DataTables/commit/3b5f2c4b88ddebcec81506cd70ba2a1c4c8e63d2#comments

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin

    Thanks. I'm just working on it at the moment.

    Allan

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin

    All sorted now and released as v1.10.18. Apologies for the error - turns out I had two scripts running at the same time and they conflicted.

    Allan

This discussion has been closed.