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
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
draggableattribute to thetrelements? If so,createdRoworrowCallbackis the correct way to do it.Allan
edit you could use
DT_RowAttras well: manual - see the optional parameters - they work for client-side processing as well.