Tr select when clicked button in td
Tr select when clicked button in td
![Disabledg](https://secure.gravatar.com/avatar/c5bbf3a2c74d137a4b76480a55613e1b/?default=https%3A%2F%2Fvanillicon.com%2Fc5bbf3a2c74d137a4b76480a55613e1b_200.png&rating=g&size=120)
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