What is wrong with my sDom code

What is wrong with my sDom code

bluesapphirebluesapphire Posts: 17Questions: 0Answers: 0
edited October 2009 in General
Hi!

Link: http://www.articlecon.com/sitesdemo/test/dt/index.php


I have following sDom coding:

'sDom': 't'

But When I place 'r' (like below) , it shows the results

'sDom': 'rt'

Can someone guide me why 'r' is necessary.


2- 'Processing' message is displaying just on column name. How can I solve it.


Thanks in advance

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Hi bluesapphire,

    1. The 'r' is required because you have enabled bProcessing. You can't enable processing and then not include the processing element - but still expect it to work ;-)

    2. It's just a CSS issue. Have a play around with the CSS to get the styling and positioning that you want. Probably worth playing around with the live DOM using Firebug or something like it.

    Regards,
    Allan
This discussion has been closed.