Show "x" entries

Show "x" entries

mickeymicmickeymic Posts: 23Questions: 0Answers: 0
edited August 2009 in General
Hello,

sorry for my english

I want to change the number of entries in this part : "show 10 entries"

I like to put 50 "Show 50 entries" at the begin

i change this :

[code]var sStdMenu =
''+
'50'+
'75'+
'100'+
'150'+
'';[/code]

but there's always 10 entries in the table.

could you help me please ?

Thanks.

PS : try to use easy word please... ;D)

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Hi,

    Okay, to set the initial page length use: iDisplayLength - http://datatables.net/usage/options#iDisplayLength
    To set the options in the select menu use: oLanguage.sLengthMenu - http://datatables.net/usage/i18n#oLanguage.sLengthMenu

    Allan
  • mickeymicmickeymic Posts: 23Questions: 0Answers: 0
    ok Allan

    Thanks,

    it's good
This discussion has been closed.