Pagination positioning and row color

Pagination positioning and row color

Kris-IKris-I Posts: 12Questions: 2Answers: 0
edited February 2012 in General
Hello,

I have this code :
[code]
$(document).ready(function () {
oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"sDom": '<"H"Tfr>t<"F"ip>'
});
});
[/code]

See the result on the picture (link below).

I'd like :
1. Have a color for odd lines
2. Look the "paging button" on the picture, there are completely compressed
3. I'd like move Net,First,Last,Next + pages to bottom right
4. I'd like show the dropdown to selet the number of lines by page

Thanks,

http://imageshack.us/photo/my-images/837/datatable.png/

Replies

  • Kris-IKris-I Posts: 12Questions: 2Answers: 0
    Any body ?
  • boygobigboygobig Posts: 1Questions: 0Answers: 0
    Bueller?
  • allanallan Posts: 63,810Questions: 1Answers: 10,516 Site admin
    Try using the demo_table_jui.css or jquery.dataTables_themeroller.css files that come in the DataTables package, rather than the demo_table.css or jquery.dataTables.css files.

    Allan
This discussion has been closed.