tabletools
tabletools
anony
Posts: 6Questions: 0Answers: 0
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 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.