iDisplayLength will not dipslay all

iDisplayLength will not dipslay all

jhudsonjhudson Posts: 1Questions: 0Answers: 0
edited July 2010 in General
I am trying to display all the data but all it keeps saying is processing. When I look at firebug it is sending all the data back to it but will not display it. I am not sure if this goes with it but when i have more then 100 entries it will not show any past 100 and will just keep saying processing.

I have tried

[code]
"oLanguage": {
"sLengthMenu": 'Display 1020304050All records'
}

[/code]

Any help would be great.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    The JSON returned probably isn't valid. Pass it through http://jsonlint.com to check it.

    Allan
This discussion has been closed.