Jowin / Datatables-Bootstrap3

Plugin for Datatables Bootstrap3 UI Compatibility
215 stars 82 forks source link

'page' event not being fired by datatables when clicking on the page numbers #12

Closed mkoryak closed 10 years ago

mkoryak commented 10 years ago

_fnPageChange must be called every time you paginate because it fires the 'page' event which other plugins depend upon.

also, only redraw when needed.