I am trying to create a datatable that displays a blockUI whenever it is busy, and I have been mostly successful. It now grays out and shows \"Loading...\" whenever I click
The trigger
attribute binds jQuery listeners on the specified elements. However if you update an element the binding gets lost. I don't know if it works, but you could try moving the resultsPanel
. I suspect that when you update the panel the blockUI gets updated too and thus re-binding the listener to the data table.
...
...
....
Loading...