gamonoid / icehrm

Manage your employees easily with a robust and efficient Human Resource Management System
http://icehrm.com
Other
586 stars 373 forks source link

DataTables pagination not working Previous/Next #192

Closed aaronsaquing closed 5 years ago

aaronsaquing commented 5 years ago

I have total of 4 pages in employee list but the next and previous button is not working. Even in the demo next/back not working.

aaronsaquing commented 5 years ago

Fixed this one at web\js\bootstrap-datatable.js line 95.

Should be:

$(".pagination li a").on().on('click',function(){ modJs.scrollToTop(); });

Just change the .off() to .on(). Not sure if this is the best fix but this works for me.