We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075fc19 commit 61db2e0Copy full SHA for 61db2e0
vignettes/examples.Rmd
@@ -1338,7 +1338,7 @@ reactable(
1338
// Send the click event to Shiny, which will be available in input$show_details
1339
// Note that the row index starts at 0 in JavaScript, so we add 1
1340
if (window.Shiny) {
1341
- Shiny.setInputValue('show_details', { index: rowInfo.index + 1 })
+ Shiny.setInputValue('show_details', { index: rowInfo.index + 1 }, { priority: 'event' })
1342
}
1343
}")
1344
)
0 commit comments