Unnecessary table redraw causing slowness?

Unnecessary table redraw causing slowness?

herberthamaralherberthamaral Posts: 1Questions: 0Answers: 0
edited May 2012 in KeyTable
First of all, I'd like to say a huge THANK YOU for your awesome work. Keep going!

I was investigating some slowness in my dataTable when I noticed that KeyTable does a whole table redraw at focus change. This was *so* time consuming so I decided to remove it and it is still working!

I think the problem here is solved to me, but I'd like to share this because it can be a big step forward in KeyTable performance :-)

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Agreed! The redraw is not needed if the focused cell is visible on the page. Good point - I'll add in a check for that.

    Allan
This discussion has been closed.