Jowin / Datatables-Bootstrap3

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

Page jump to top with bs_four_button #11

Closed Tolsi closed 10 years ago

Tolsi commented 10 years ago

When i use sPaginationType "bs_four_button" my page with vertical scroll jump to top on every table control button click.

ps http://stackoverflow.com/questions/19752258/prev-next-datatables-jquery-plug-in-buttons-reloads-my-page

mkoryak commented 10 years ago

My pull request fixes both this issue and the issue i found with the events not firing.

Was most of this code written a long time ago? I don't see much use of jQuery( selector [, context ] ) these days. Also is there a reason why there is practically no code reuse between the different pagination types?