How do I bind a click event to an item in a row using the iview table component in vue?


 -sharp
 columns  render Vue  Render 

render  h rowcolumn  index

as shown in the figure, I used the table component of iview in the vue project. Now the requirement is to click on the details of each row in the table to trigger the business logic

excuse me, how do I bind the @ click event to the details? I can"t find any instructions on this in the official documents

Feb.28,2021
Menu