What is wrong with my sDom code
What is wrong with my sDom code
bluesapphire
Posts: 17Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
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