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