Rocky
Pendo Admin for Decisiv, Inc.
Comments
Recent activity by Rocky
Sort by recent activity
-
If you have a consistent event.target or document.activeElement returned when a row is clicked you can use event properties feature with advanced js to navigate the dom hierarchy to that cell and g...
-
I’m actually running into a similar use case where I need to traverse up the tree from the target element and grab the innerText of a parents immediate sibling. I tested my one line JS out in brow...