how to use sClass?
how to use sClass?
thiefyou
Posts: 14Questions: 0Answers: 0
i can't sClass.. help me..
oTable = $('#cns_info_list_table').dataTable({
"bDestroy" : true,
"bJQueryUI": true,
"sScrollY": "540px",
"iDisplayLength": 10,
"sDom": 'rt<"bottom">',
"bProcessing": true,
"bAutoWidth" : false,
"aaSorting" : [[0, "desc"]],
"aoColumns" : [{"sWidth" : "135px" , "bSortable" : false},
{"sClass" : "left"},
{"sWidth" : "125px" },
{"sWidth" : "360px" }]
});
A
B
C
D
oTable = $('#cns_info_list_table').dataTable({
"bDestroy" : true,
"bJQueryUI": true,
"sScrollY": "540px",
"iDisplayLength": 10,
"sDom": 'rt<"bottom">',
"bProcessing": true,
"bAutoWidth" : false,
"aaSorting" : [[0, "desc"]],
"aoColumns" : [{"sWidth" : "135px" , "bSortable" : false},
{"sClass" : "left"},
{"sWidth" : "125px" },
{"sWidth" : "360px" }]
});
A
B
C
D
This discussion has been closed.
Replies
Allan
alreay defined CSS text-align:center;...
thanks comment Allan!