css is not displaying?
css is not displaying?
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
} );
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
} );
This discussion has been closed.
Replies
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
Thanks for your response and continuous support. Great Work
- Gnaniyar Zubair