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?
commy
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
This discussion has been closed.
Answers
Ok, use rowCallback option can resolve this problem, have any other easier solution?
Do you mean you want to add a
draggable
attribute to thetr
elements? If so,createdRow
orrowCallback
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.