Aarti Gupta

Aarti Gupta

  • 786
  • 963
  • 10.9k

create a menu dynamically on button click

Nov 7 2020 8:49 AM
I have a table like below , on click of triple dot(...) a menu should be opened on that position only, means create a menu where it is clicked.
  1. <table class="table table-dark">  
  2.     <tr>  
  3.         <td>sdf</td>  
  4.         <td>sdf</td>  
  5.         <td>sdf</td>  
  6.         <td><a id="btn">...</a></td>  
  7.     </tr>  
  8. </table>  
 

Answers (1)