Responsive Details trigger
Responsive Details trigger
I have a six column table with only the first column showing and responsive triggering a modal displaying other column information. I am adding a Share button to each cell in the first column. Everything works great, but clicking on the Share button also triggers the Details modal. I have the Share button z-index set to a very high number. I've also tried preventDefault on this Share button. How would I set things up so a user could click on the Share button and not trigger the details modal display?
This question has an accepted answers - jump to answer
Answers
Two options:
Allan
Excellent! Thank you so much.