
$(document).ready(function() {
    $('#orders_current').dataTable( {
        "sPaginationType": "full_numbers"
    });
   
});