Pagination Links aren't styled anymore
Pagination Links aren't styled anymore
xtremer360
Posts: 84Questions: 2Answers: 0
I'm curious to know why my pagination styling isn't the way it used to be.
Link to my page:
http://www.kansasoutlawwrestling.com/kowmanager/titles/titles
My datatables code is the following:
[code]
$( '#titles-table' ).dataTable({
"sDom": '<"top"lTf<"clear">>rt<"actions"<"actions-left"i><"actions-right"p>>',
"bAutoWidth": false,
"oTableTools": {
"aButtons": [
{
"sExtends": "text",
"sButtonText": "Add"
},
{
"sExtends": "text",
"sButtonText": "Edit"
},
{
"sExtends": "text",
"sButtonText": "Delete"
},
]
},
"aoColumnDefs": [
{ "bSortable": false, "aTargets": [ 0 ] },
{ "sWidth": "20px", "aTargets": [ 0 ] },
{ "sWidth": "40px", "aTargets": [ 1 ] },
{ "sWidth": "70px", "aTargets": [ -1 ] },
{ "sClass": "alignCenter", "aTargets": [ 1, -1 ] }
]
});
[/code]
The pagination should look like this:
http://kansasoutlawwrestling.com/files/templates/admin/peachv1.2/Template/tables.html
Link to my page:
http://www.kansasoutlawwrestling.com/kowmanager/titles/titles
My datatables code is the following:
[code]
$( '#titles-table' ).dataTable({
"sDom": '<"top"lTf<"clear">>rt<"actions"<"actions-left"i><"actions-right"p>>',
"bAutoWidth": false,
"oTableTools": {
"aButtons": [
{
"sExtends": "text",
"sButtonText": "Add"
},
{
"sExtends": "text",
"sButtonText": "Edit"
},
{
"sExtends": "text",
"sButtonText": "Delete"
},
]
},
"aoColumnDefs": [
{ "bSortable": false, "aTargets": [ 0 ] },
{ "sWidth": "20px", "aTargets": [ 0 ] },
{ "sWidth": "40px", "aTargets": [ 1 ] },
{ "sWidth": "70px", "aTargets": [ -1 ] },
{ "sClass": "alignCenter", "aTargets": [ 1, -1 ] }
]
});
[/code]
The pagination should look like this:
http://kansasoutlawwrestling.com/files/templates/admin/peachv1.2/Template/tables.html
This discussion has been closed.
Replies
Allan
Allan