Display processing when selecting 'all' 'aLengthMenu [-1]' under show entries

Display processing when selecting 'all' 'aLengthMenu [-1]' under show entries

AnikethanAnikethan Posts: 5Questions: 0Answers: 0
edited December 2011 in Bug reports
when i have records which are more than 2000 or 3000 there is a small lag in IE8, where the browser gets stuck.
Is there a way to display processing or any other message which says there is some process happening behind.

I have data which is more than 3000 records and have mouseovers ,tooltips etc on the table which takes around 2-5 seconds to bind data from serverside.


thanks

Replies

  • allanallan Posts: 63,382Questions: 1Answers: 10,449 Site admin
    You can use bProcessing to enable a processing indicator when DataTables is busy and style it using CSS as required.

    Allan
  • AnikethanAnikethan Posts: 5Questions: 0Answers: 0
    Hi Allan

    I did that. I don't see the the processing indicator when i select a number from 'show entries'
    It shows for all other activities (paging, sorting).

    Anikethan
  • allanallan Posts: 63,382Questions: 1Answers: 10,449 Site admin
    It seems to show up okay for me here: http://datatables.net/release-datatables/examples/data_sources/server_side.html . Perhaps you can link to your example please.

    Allan
  • AnikethanAnikethan Posts: 5Questions: 0Answers: 0
    Hi Allan

    My Application is running in Intranet. I am not using server_side for fetching the data.
    I have the data in Javascript Array around 5000 - 15000 rows,
    Similar to
    http://datatables.net/release-datatables/examples/data_sources/js_array.html

    Processing appears for sorting but not for 'show entries' selection.


    Thanks
  • smp123smp123 Posts: 3Questions: 0Answers: 0
    I am facing the same problem..
    Is there any solution for this?
  • allanallan Posts: 63,382Questions: 1Answers: 10,449 Site admin
    As I noted before, as far as I can tell from my demos this should work. Please provide a test case which doesn't so I have a chance of addressing this :-)

    Allan
This discussion has been closed.