Ken Hirakawa

Results 2 issues of Ken Hirakawa

I believe DataTables should accept iDisplayStart as a parameter to _fnAjaxUpdateDraw in the case the DT becomes out of sync with the backend. Take the following scenario: DataTables 1.9.4 with...

Changed ``` javascript board.on('data', function(m){ console.log(m); } ``` to ``` javascript board.on('data', function(m){ console.log(m); }); ```