When a user clicks on a row in a qgrid table in an Python shiny app is there anyway to detect the row number of the row that is selected? In R shiny the DT package allows you to detect the row that is selected and I was hoping the qgrid package has a similar feature.