Replace the sLengthMenu select

Replace the sLengthMenu select

DieloDielo Posts: 2Questions: 0Answers: 0
edited September 2012 in General
Hi guys!

I'm trying to replace the default sLengthMenu by a set of custom button, but without success =(
Here is my code:
[code]
'sLengthMenu': ''+
'10'+
'25'+
'50'+
'100'+
'',
[/code]

Thanks,
Daniel

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Have you included the `fnLengthChange` plug-in and is oTable a global variable?

    Allan
  • DieloDielo Posts: 2Questions: 0Answers: 0
    Thanks allan! I forget the global variable! =)
This discussion has been closed.