css is not displaying?

css is not displaying?

rasikowrasikow Posts: 20Questions: 0Answers: 0
edited May 2009 in General
i am using full_numbers pagination type. but CSS in not applying
which css i have to use? Also "First-Next-Previous-Last " these labels displaying beyond the table. how to customize it. i want to bring it in top of the table. how to do?

oTable = jQuery('#example').dataTable( {
"sPaginationType": "full_numbers",

"iDisplayLength": 1


} );

Replies

  • allanallan Posts: 61,609Questions: 1Answers: 10,088 Site admin
    Hi,

    1. Full numbers styles: This is discussed in a number of other threads in the forum. It's just a question of getting the CSS selector correct. Please see http://datatables.net/forums/comments.php?DiscussionID=126 (among others)

    2. Moving elements: You can position elements using the sDom parameter: http://datatables.net/usage#sDom . See for example http://datatables.net/examples/example_dom.html

    Allan
  • rasikowrasikow Posts: 20Questions: 0Answers: 0
    Hi allan,

    Thanks for your response and continuous support. Great Work

    - Gnaniyar Zubair
This discussion has been closed.