We are faced with the challenge of determining the position of the button clicked in Angular. Do you think this is achievable?
Our current setup involves an ng-grid, where each row contains a button in column 1. When the button is clicked, we aim to display a menu directly below it.
Despite having the menu functionality in place, we are encountering difficulties in obtaining the exact position of the button. This information is essential for us to accurately position the menu underneath it.
I hope our scenario is clear and any assistance would be greatly appreciated.