Create buttons to modify the row.
createButtons(
row,
suffix,
ns,
canEditRow = TRUE,
canDeleteRow = TRUE,
canCloneRow = TRUE,
statusCol = "_editbl_status"
)
character(1)
HTML
tibble
with single row
character(1)
character(1)
namespace
can be either of the following:
logical
, e.g. TRUE or FALSE
function
. Needs as input an argument row
which accepts a single row tibble
and as output TRUE/FALSE.
can be either of the following:
logical
, e.g. TRUE or FALSE
function
. Needs as input an argument row
which accepts a single row tibble
and as output TRUE/FALSE.
can be either of the following:
logical
, e.g. TRUE or FALSE
function
. Needs as input an argument row
which accepts a single row tibble
and as output TRUE/FALSE.
character(1)
name of column with general status (e.g. modified or not).
if NULL
, the data is interpreted as 'unmodified'.
buttons used per row in the app.