Default to show all records

Default to show all records

jagjag Posts: 2Questions: 0Answers: 0
edited February 2012 in General
DataTables newb here. Trying to default to showing all records.

[code]"iDisplayLength": -1[/code]

When accessing the page in Firefox, I get a dialog with the following message:

[quote]A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: https://192.168.1.105/js/jquery-1.4.1.min.js:114
[/quote]

If I hit "Stop Script" everything appears to have worked. "All" is showing in the Select drop down and all the records are in the page. However, if instead of "Stop Script" I hit continue and check "Don't ask again", the whole browser hangs.

When the setting is put back to 100 from -1 everything works as it should.

Anyone know why I get the script busy message and what I might do about it?

Thanks!

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    How many rows and columns does your table have?

    Allan
  • jagjag Posts: 2Questions: 0Answers: 0
    16 cols
    460 rows
This discussion has been closed.