Put an image in "procceing moment"

Put an image in "procceing moment"

sjkurrosjkurro Posts: 6Questions: 0Answers: 0
edited August 2011 in General
Hi, how can i put an image where appears the text "processing"? thanks

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    http://www.datatables.net/ref#oLanguage see oLanguage.sProcessing

    [code]
    $(document).ready(function() {
    $('#example').dataTable( {
    "oLanguage": {
    "sProcessing": ""
    }
    } );
    } );
    [/code]
This discussion has been closed.