Tr select when clicked button in td
Tr select when clicked button in td
Disabledg
Posts: 4Questions: 2Answers: 0
Hello!
Using DataTables with
"select": {
"style": 'multi'
},
When i click on button located in TD it also select current tr. How can i avoid that?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use a selector:
or something similar
Here is another one. I have button and links in the rightmost two columns so they mustn't be selectable
Hi @Disabledg ,
You can specify the selectors to activate selects with
select.selector
- if you're button is in the last column, then the final example on that page will do the trick.Cheers,
Colin