Greetings and thanks for this awesome plugin!
I've looked and looked through google searches and the documentation on how to change this, but could not find any reference to it.
I would like to change the default "Processing..." text box (enabled with 'bProcessing' : true.
We have a wait mask element that people are familiar with seeing and the datatables "Processing..." screen is causing issues (visual preference only)
IS there a way to modify / set this during the init call of datatables?
I've tried adding :
'fnPreDrawCallback' : function(oSettings) {oSettings.aanFeatures.r[0] = $('#wait_mask')[0];return true;}
which does not appear to be working.
Any ideas?
I've looked and looked through google searches and the documentation on how to change this, but could not find any reference to it.
I would like to change the default "Processing..." text box (enabled with 'bProcessing' : true.
We have a wait mask element that people are familiar with seeing and the datatables "Processing..." screen is causing issues (visual preference only)
IS there a way to modify / set this during the init call of datatables?
I've tried adding :
'fnPreDrawCallback' : function(oSettings) {oSettings.aanFeatures.r[0] = $('#wait_mask')[0];return true;}
which does not appear to be working.
Any ideas?