How To Allow Right Click Functionality With React-Virtualized Table API

Viewed 11

Basically I know there is a onRowClick and onRowRightClick property I can use. But what I am really looking for is this. I want to set a function to trigger when I click the row. That is what onRowClick does for me. But what I also want is to be able to right click on a row and have the option to open in new tab.

I know I can make one of the columns be a link and that will kinda meet me half way there but I was hoping to be able to do that for the whole row

0 Answers
Related