Hello
When using the select extension, the default behaviour is anywhere you click, the whole row is selected. I have one column containing buttons, and I don't want clicking in that column selecting the row. Is this possible to do?
This question has an accepted answers - jump to answer
Hi,
try using select.selector to unset the extension where you don't want it.
select.selector
C.
That was what I was looking for
I was looking through the documentation, but somehow missed that one.. :/
Thank you :)
BR Simen
Answers
Hi,
try using
select.selectorto unset the extension where you don't want it.C.
That was what I was looking for
I was looking through the documentation, but somehow missed that one.. :/
Thank you :)
BR
Simen