- 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.pull/11/head
parent
dd39fb0b29
commit
46df5ba4bc
Loading…
Reference in new issue