mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
ab7e797965
- I had inadvertantly broken the ability to set an initial draw position using `displayStart` or state saving with the small refactoring of _fnDraw and fnDisplayEnd. fnDisplayEnd must be called with settings._iDisplayStart set, which is now done simply by changing the order of calling a little.