Show "x" entries
Show "x" entries
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)
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)
This discussion has been closed.
Replies
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
Thanks,
it's good