"full_numbers" and themeroller pagination overflow issue
"full_numbers" and themeroller pagination overflow issue
Hello,
I'm using the following options to render my dataTable (version 1.6.1):
[code]
$(".mwtsResultsTable").dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
[/code]
I'm using the "smoothness" theme from jQuery UI themeroller. The problem is when I have a lot of pages (more than 10) and all the page numbers in the pagination controls are multiple digit numbers, the controls overflow over the right side of the the datatable.
Here is a screen capture of what I'm talking about. Notice how the "next" and "last" buttons overflow over the right side of the datatable edge.
http://img828.imageshack.us/img828/2205/tablepageoverflow.png
Thanks in advance!
Joel
I'm using the following options to render my dataTable (version 1.6.1):
[code]
$(".mwtsResultsTable").dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
[/code]
I'm using the "smoothness" theme from jQuery UI themeroller. The problem is when I have a lot of pages (more than 10) and all the page numbers in the pagination controls are multiple digit numbers, the controls overflow over the right side of the the datatable.
Here is a screen capture of what I'm talking about. Notice how the "next" and "last" buttons overflow over the right side of the datatable edge.
http://img828.imageshack.us/img828/2205/tablepageoverflow.png
Thanks in advance!
Joel
This discussion has been closed.