Latest release DataTables/Dist is broken
Latest release DataTables/Dist is broken
martinvw
Posts: 1Questions: 0Answers: 0
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
This discussion has been closed.
Replies
Thanks. I'm just working on it at the moment.
Allan
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