mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
950110e1fd
- If you were to click the 'previous' button when on the first page, the table would redraw - that's the easiest manifestation of this bug to see. There is no need to redraw the table when the paging hasn't changed, so don't. - This fixes DataTables/DataTables #304