tabletools

tabletools

anonyanony Posts: 6Questions: 0Answers: 0
edited May 2012 in TableTools
hi there,

this problem get me

$('#datatable-wrapper').append('');
$(document).ready(function () {
/* Build the DataTable with third column using our custom sort functions */
$('#check_listdata').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"aaSorting": [[0, 'asc'], [1, 'asc']],
"aoColumnDefs": [
{ "sType": 'string-case', "aTargets": [2] }
]
});

the ui works fine though but the draggen is not working at all i thnk its the columndefs but i just cant figure out what this includes

tell me if u now something,

greetz,

anony
This discussion has been closed.