Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure browser updates display before processing #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 28, 2017

  1. Ensure browser updates display before processing

    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.
    RouxRC committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    3d8efd0 View commit details
    Browse the repository at this point in the history