DataTables logo DataTables

via Ad Packs
tabletools
  • anonyanony
    Posts: 6
    hi there,

    this problem get me

    $('#datatable-wrapper').append('<table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>');
    $(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.
← All Discussions

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Support

Get useful and friendly help straight from the source.