Pagination positioning and row color
Pagination positioning and row color
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/
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/
This discussion has been closed.
Replies
Allan