In a window sometimes only a single row needs to be updated. Thus this will speed up redrawing the entire page. To do this we'll have to figuring out layout, and then diff it. Could take time, might be worth it later on.
In a window sometimes only a single row needs to be updated. Thus this will speed up redrawing the entire page.
To do this we'll have to figuring out layout, and then diff it. Could take time, might be worth it later on.