how can I add a dragable mark at when I use ajax data source?

how can I add a dragable mark at when I use ajax data source?

commycommy Posts: 1Questions: 1Answers: 0

how can I add a dragable mark at <tr> when I use ajax data source?

This question has an accepted answers - jump to answer

Answers

  • commycommy Posts: 1Questions: 1Answers: 0

    Ok, use rowCallback option can resolve this problem, have any other easier solution?

  • allanallan Posts: 63,356Questions: 1Answers: 10,447 Site admin
    edited April 2016 Answer ✓

    Do you mean you want to add a draggable attribute to the tr elements? If so, createdRow or rowCallback is the correct way to do it.

    Allan

    edit you could use DT_RowAttr as well: manual - see the optional parameters - they work for client-side processing as well.

This discussion has been closed.