≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Put an image in "procceing moment"
Put an image in "procceing moment"
sjkurro
Posts: 6
Questions: 0
Answers: 0
August 2011
edited August 2011
in
General
Hi, how can i put an image where appears the text "processing"? thanks
Replies
fbas
Posts: 1,094
Questions: 4
Answers: 0
August 2011
http://www.datatables.net/ref#oLanguage see oLanguage.sProcessing
[code]
$(document).ready(function() {
$('#example').dataTable( {
"oLanguage": {
"sProcessing": ""
}
} );
} );
[/code]
This discussion has been closed.
Replies
[code]
$(document).ready(function() {
$('#example').dataTable( {
"oLanguage": {
"sProcessing": ""
}
} );
} );
[/code]