DnD slow(?) performance
DnD slow(?) performance
Hello :)
I have a "dynamic table" made solely out of div elements . row looks
like this:
cell, horizontal gutter, cell...
vertical gutter, center gutter, vertical...
I made the basic draggable functionality (like the example in api
docs) and from the time of the click to the showing of the helper
passes a formidable amount of time (not quite sure that i have the
right word here, i mean to say that you notice the lag) it is nothing
bad but it's noticeable.
the table has 10x10 draggable cells but on each cell there comes
another 3 nondraggable divs.
I'm using JQuery 1.2.6, FF3.01 on a single core 2GHz, 2 GB of RAM
is this normal behaviour?
tnx for reading :)