tdClickHandler: Handler for a click on a table row

Description Usage Arguments

View source: R/table.R

Description

Handler for a click on a table row

Usage

1
2
3
4
5
tdClickHandler(id = NULL, fun, ..., eventId = if (stop.propagation)
  "tdClickEvent" else "tdClickEventWithPropagation",
  css.selector = paste0("#", id, " td.data-frame-td"), app = getApp(),
  no.authentication.required = FALSE, stop.propagation = TRUE,
  auto.select = FALSE, remove.sel.row.selector = NULL)

Arguments

id

id of the HTML img object

fun

the handler fun that will be called when the image is clicked

...

additional arguments passed to the handler fun


skranz/RDockerStudio documentation built on May 30, 2019, 1:08 a.m.