CSS Not matching Template
CSS Not matching Template
xtremer360
Posts: 84Questions: 2Answers: 0
I'm trying to figure out why my css isn't acting the way it should be with the table pagination as the template is.
My Page: http://kansasoutlawwrestling.com/kowmanager/
Make sure you click Site then scroll down to Templates
Template: http://kansasoutlawwrestling.com/admintemp/tables.html
Any ideas?
My Page: http://kansasoutlawwrestling.com/kowmanager/
Make sure you click Site then scroll down to Templates
Template: http://kansasoutlawwrestling.com/admintemp/tables.html
Any ideas?
This discussion has been closed.
Replies
Allan
[code]
var oTable = $('.datatable').dataTable({
"sDom" : '<"wrapper"fltp>',
"sPaginationType" : "full_numbers",
"aoColumnDefs" : [{
"bSortable" : false,
"aTargets" : [0]
}, {
"bSortable" : false,
"aTargets" : [-1]
}]
});
[/code]
isn't still having the first column and last column as sortable.