manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

500 rows will cause the firfox hanging there #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load 500 rows to the table with ajax request and make it editable.
2. The firefox will hang there and pops up a dialog, prompt to stop the running 
script.
3. But if it's 100 rows or less than 200 rows, seems fine.
4. Just load 500 or 1000 rows to the table, NOT make it editable. which is all 
good.

What is the expected output? What do you see instead?
I guess the jquery.dataTables.editable.js could be more efficient to handle a 
kind of big amount of data. could you make any suggestions on this?

What version of the product are you using? On what operating system?
* File:        jquery.dataTables.editable.js
* Version:     2.3.3.
* Author:      Jovan Popovic 

Please provide any additional information below.

Original issue reported on code.google.com by tochenliqun@gmail.com on 3 Dec 2012 at 2:40

GoogleCodeExporter commented 9 years ago
I am having same issue on dataload using ajax source, Editor become non 
responsive

Original comment by vikas...@gmail.com on 24 Jun 2014 at 3:52