How to show 'Processing' Message on Desired place

How to show 'Processing' Message on Desired place

bluesapphirebluesapphire Posts: 17Questions: 0Answers: 0
edited September 2009 in General
Hi!
1- How can I show 'Processing' message on desired place. Currently it is showing on column names.
2- Can I change 'Processing' message with some image ?


Thanks in advance

Replies

  • allanallan Posts: 61,710Questions: 1Answers: 10,103 Site admin
    Hi bluesapphire,

    The styling (and to some extent the positioning) of the processing display element is done via CSS. Please do indeed customise this as much as you want! - http://datatables.net/styling/ids_classes . Also you can change the language text using oLanguage.sProcessing: http://datatables.net/usage/i18n#oLanguage.sProcessing , which will take HTML as well if you want to put something complex in there rather than just a string.

    And finally, if you want to move the position of the element in the DOM you can use sDom: http://datatables.net/usage/options#sDom

    Regards,
    Allan
This discussion has been closed.