initData | R Documentation |
Add some extra columns to data to allow for / keep track of modifications
initData(
data,
ns,
buttonCol = "buttons",
statusCol = "status",
deleteCol = "deleted",
iCol = "i",
canDeleteRow = TRUE,
canEditRow = TRUE
)
data |
|
ns |
namespace function |
buttonCol |
|
statusCol |
|
deleteCol |
|
iCol |
|
canDeleteRow |
can be either of the following:
|
canEditRow |
can be either of the following:
|
data with extra columns buttons, status, i.
Jasper Schelfhout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.