Open GoogleCodeExporter opened 9 years ago
I am sorry, a browser reload seems to have fixed this. No I need to learn how
to capture the changes I really just want to update the table and commit all
changes at once.
Original comment by paulrubi...@gmail.com
on 20 Mar 2012 at 6:42
Actually now it is very slow again, I am not sure what is happening.
Original comment by paulrubi...@gmail.com
on 20 Mar 2012 at 6:55
I changed the code to this:
console.log("ACLListGrid.makeEditable start " + (new Date()));
ACLListGrid.makeEditable( );
console.log("ACLListGrid.makeEditable done " + (new Date()));
And that got me this:
ACLListGrid.makeEditable start Tue Mar 20 2012 15:39:13 GMT-0400 (Eastern
Daylight Time)
ACLListGrid.makeEditable done Tue Mar 20 2012 15:39:43 GMT-0400 (Eastern
Daylight Time)
30 seconds to complete makeEditable() on 2906 rows. Ok I see what's happening
now. I have a number of 'master' rows of data when I select a particular one
that puts 2906 rows into the editable table that is when it takes 30 seconds.
When I pick an item with 30 or 40 rows it is very fast. With the call to
makeEditable() missing it is less than 1 second.
Original comment by paulrubi...@gmail.com
on 20 Mar 2012 at 7:45
By default this plugin is applying editable to every cell in the table at once
when it first loads. I changed the code to apply editable on the cell as it's
clicked or focused only rather than all at once and it sped things up a lot.
Original comment by z...@optiexp.com
on 27 Mar 2013 at 5:08
Can you submit your change?
Original comment by dev...@gmail.com
on 29 Mar 2013 at 6:24
I would be interested in this change as well. Even if you could post your
change here.
Original comment by jeff.sex...@gmail.com
on 1 May 2013 at 6:21
Yes Please share your code @optiexp.com
Original comment by mlow7...@gmail.com
on 20 May 2013 at 1:37
Original issue reported on code.google.com by
paulrubi...@gmail.com
on 20 Mar 2012 at 6:37