CSS/Style Issue
CSS/Style Issue
Hi! I have a little problem styling my datatable.
I use the "cupertino" theme from JQuery UI.
As you can see, the sorting icons and the columns rows are not in the same line. Also the sInfo and the Paginations
Hope somebody can help me.
Let me show you my html code and script:
http://img43.imageshack.us/img43/1323/issuee.jpg
[code]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
iAdmin - Idearte Peru
...
Id
Nombre
Descripcion
Acciones
1
Cajas
No te arrepentirás de tu compra. Saludos!
/
<!-- fin del for-->
2
Percheros
Los percheros
/
<!-- fin del for-->
3
Cuadros
Cuadros de los cuadros
/
<!-- fin del for-->
...
$(document).ready(function(){
...
listtable = $('#dataTable').dataTable({
bJQueryUI: true,
sPaginationType: "full_numbers",
"bAutoWidth":false,
"aoColumns" : [
{ sWidth: '50px' },
{ sWidth: '85px' },
{ sWidth: '500px' ,sClass: "aligncenter", "bSortable": false },
{ sWidth: '30px', sClass: "aligncenter", "bSortable": false },
],
"oLanguage": {
"sUrl": "/css/iadmin/datatables-spa.txt"
}
});
...
[/code]
I use the "cupertino" theme from JQuery UI.
As you can see, the sorting icons and the columns rows are not in the same line. Also the sInfo and the Paginations
Hope somebody can help me.
Let me show you my html code and script:
http://img43.imageshack.us/img43/1323/issuee.jpg
[code]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
iAdmin - Idearte Peru
...
Id
Nombre
Descripcion
Acciones
1
Cajas
No te arrepentirás de tu compra. Saludos!
/
<!-- fin del for-->
2
Percheros
Los percheros
/
<!-- fin del for-->
3
Cuadros
Cuadros de los cuadros
/
<!-- fin del for-->
...
$(document).ready(function(){
...
listtable = $('#dataTable').dataTable({
bJQueryUI: true,
sPaginationType: "full_numbers",
"bAutoWidth":false,
"aoColumns" : [
{ sWidth: '50px' },
{ sWidth: '85px' },
{ sWidth: '500px' ,sClass: "aligncenter", "bSortable": false },
{ sWidth: '30px', sClass: "aligncenter", "bSortable": false },
],
"oLanguage": {
"sUrl": "/css/iadmin/datatables-spa.txt"
}
});
...
[/code]
This discussion has been closed.