row reordering stops existing working on row click.

row reordering stops existing working on row click.

rkshirsagarrkshirsagar Posts: 9Questions: 5Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
**applying row reorder but existing functionality of click to expand for child rows & click to ellipse on a row stop working. May be click for row dragging preventing existing click event on row **:

Answers

  • rkshirsagarrkshirsagar Posts: 9Questions: 5Answers: 0

    applying row reorder but existing functionality of click to expand for child rows & click to ellipse on a row stop working. May be click for row dragging preventing existing click event on row.
    How to avoid clashes of click for row drag & existing click on ellipsis on row ?

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • rkshirsagarrkshirsagar Posts: 9Questions: 5Answers: 0

    I have resolved this by adding one more column at 0th position because I think reordering by default takes 0th position column for row drag & changed "rowReorder":{selector : tr } property to "rowReorder":{update : false} .

Sign In or Register to comment.