Display processing when selecting 'all' 'aLengthMenu [-1]' under show entries
Display processing when selecting 'all' 'aLengthMenu [-1]' under show entries
Anikethan
Posts: 5Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
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
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
Is there any solution for this?
Allan