In my current project, I am working with jQuery Datatables and I need to customize its default behavior. Currently, when I navigate to page 61, the page scroll remains at the bottom of the page. However, if I then click on a lower page number like 60, the scroll position jumps to the middle of the page. I want to ensure that regardless of which page is clicked, the scroll position always stays at the bottom of the page. I tried looking for solutions and came across this helpful link: jquery datatables scroll to top when pages clicked from bottom But it focuses on scrolling to the top by default, which is not exactly what I need.