createButtons {editbl} | R Documentation |
Create buttons to modify the row.
Description
Create buttons to modify the row.
Usage
createButtons(
row,
suffix,
ns,
canEditRow = TRUE,
canDeleteRow = TRUE,
canCloneRow = TRUE,
statusCol = "_editbl_status"
)
Arguments
row |
|
suffix |
|
ns |
|
canEditRow |
can be either of the following:
|
canDeleteRow |
can be either of the following:
|
canCloneRow |
can be either of the following:
|
statusCol |
|
Details
buttons used per row in the app.
Value
character(1)
HTML
[Package editbl version 1.3.0 Index]