Full Numbers

Full Numbers

iviewclear2iviewclear2 Posts: 3Questions: 0Answers: 0
edited January 2011 in Plug-ins
Hy All,

Another question for you :

I have wrote this to have the full numbers pagination type
But it doesnt work

[code]$('.sortable').each(function(i){
// DataTable config
var table = $(this),
oTable = table.dataTable({
"oLanguage": {
"oPaginate": {
"sNext": "Page Suivante",
"sPrevious": "Page Pr

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    You've got sPaginationType as a property of the oLanguage object. Just move the bracket after it to before and it should work okay.

    Allan
This discussion has been closed.