How to custermize the 'Processing' style?
How to custermize the 'Processing' style?
espresso74
Posts: 11Questions: 0Answers: 0
just as what i am wondering, i try to show a loading...(animated gif like loading...) rather than just text of processing...
I tried like this way,
$('#processingDiv').html('').show();
unfortunately it does not work at all..
does anyone have idea with it?
thanks
dave
I tried like this way,
$('#processingDiv').html('').show();
unfortunately it does not work at all..
does anyone have idea with it?
thanks
dave
This discussion has been closed.
Replies
http://datatables.net/usage/i18n#oLanguage.sProcessing
You can also style the element using CSS:
http://datatables.net/styling/ids_classes
Regards,
Allan
great stuff. thanks
dave
Is there any working code of the style mentioned above?
I am sort of new to css. I read the page marked by Allan, but didnt understand how to use *_processing.
Thanks in advance,
Manohar