Using BlockUI for server side processing message

Using BlockUI for server side processing message

ojaroojaro Posts: 4Questions: 0Answers: 0
edited January 2013 in General
Hi all,

I see there is an option to display a div with a processing message when using the datatables server side functionality. However, I was wondering if anyone knows a way to use something like BlockUI instead?

Regards,

Olli

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Not BlockUI itself, but using a little CSS will do the same thing - just modify the `div.dataTables_processing` CSS to be position:fixed and take up the full screen, with a suitably high z-index and a bit of opacity. That will do it.

    Allan
  • ojaroojaro Posts: 4Questions: 0Answers: 0
    Thanks Allan. I will try this.

    Olli
This discussion has been closed.