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?
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.
Replies
Allan
Olli