loading a table blinking when there pagination .

loading a table blinking when there pagination .

anthonykarteranthonykarter Posts: 1Questions: 0Answers: 0

Hi,

when loading a table more then 10 column ( in my example 35) , i see that the table load all raw without pagination and after 1 sec it blink and move to nice pagination table.

I check on my local computer and it work faster and you almost don't see the blink but on remote server you have a long blink .

thanks for your help

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    The blink is due to the longer download time from the remote server. Its long enough for the browser to decide to render the table in its unscripted state. Several options:

    1. Hide the table until it is ready
    2. Use Ajax loading of the data
    3. If you haven't enabled gzip compression and caching from the server, do so

    Allan

This discussion has been closed.