addButtons | R Documentation |
Add modification buttons as a column
addButtons(
df,
columnName,
ns,
iCol = "i",
canEditRow = TRUE,
canDeleteRow = TRUE,
statusCol = "status"
)
df |
|
columnName |
|
ns |
namespace function |
iCol |
|
canEditRow |
can be either of the following:
|
canDeleteRow |
can be either of the following:
|
statusCol |
|
df with extra column containing buttons
Jasper Schelfhout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.