Hide the number of entries
Hide the number of entries
Hello,
I use for the first time the dataTables plugin to add pagination effect to my pages, I used this code to call the plugin :
[code]
$(document).ready(function() {
$('#test').dataTable({
"iDisplayLength": 6
});
} );
[/code]
this works, fine, as you can see I fixed the number of entries by default as six, Now I want that this value stay inchangeable and I want to HIDE THE SELECT that shows the number of entries, please can someone help me, thank you in advance
I use for the first time the dataTables plugin to add pagination effect to my pages, I used this code to call the plugin :
[code]
$(document).ready(function() {
$('#test').dataTable({
"iDisplayLength": 6
});
} );
[/code]
this works, fine, as you can see I fixed the number of entries by default as six, Now I want that this value stay inchangeable and I want to HIDE THE SELECT that shows the number of entries, please can someone help me, thank you in advance
This discussion has been closed.