$(document).ready(function(){
loadTable(); /* this is your function to initialize the Datatables.net table */
if(jumpto!=''){
$('html, body').animate({ scrollTop: $("#"+jumpto).offset().top - 20 }, 100); // 1000 milliseconds (1 second) for the animation duratio
}
});