- Although 1.10 has its own Ajax reloading options built in, it makes
sense to have fnReloadAjax work with 1.10 for old installations, so
you can simply replace the plug-in rather than reworking all exisiting
code!
- Problem was that fnDraw( false ) was being called, on new data, which
meant that no filtering or sorting was being applied. Need to call
fnDraw() first, and then fnDraw( false ) to reposition the pages. Not
ideal, but works for now.
- Worth noting that `ajax.reload()` will be a method in DT 1.10's API.