addButtons {editbl} | R Documentation |
Add modification buttons as a column
Description
Add modification buttons as a column
Usage
addButtons(
df,
columnName,
ns,
iCol = "i",
canEditRow = TRUE,
canDeleteRow = TRUE,
canCloneRow = TRUE,
statusCol = "_editbl_status"
)
Arguments
df |
|
columnName |
|
ns |
namespace function |
iCol |
|
canEditRow |
can be either of the following:
|
canDeleteRow |
can be either of the following:
|
canCloneRow |
can be either of the following:
|
statusCol |
|
Value
df with extra column containing buttons
Author(s)
Jasper Schelfhout