alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.78k stars 363 forks source link

Ensure browser updates display before processing #288

Open RouxRC opened 6 years ago

RouxRC commented 6 years ago

This enables actual rendering of processingIndicator and beforeProcess actions before processing heavy data from DOM freezes the rendering. This is already working fine when using ajax queries since asynchronous actions happen then, but from heavy html tables loaded in DOM, the process is calculating from the start without ever rendering a frame.