initData {editbl} | R Documentation |
Add some extra columns to data to allow for / keep track of modifications
Description
Add some extra columns to data to allow for / keep track of modifications
Usage
initData(
data,
ns,
buttonCol = "buttons",
statusCol = "_editbl_status",
deleteCol = "_editbl_deleted",
iCol = "i",
canDeleteRow = TRUE,
canEditRow = TRUE,
canCloneRow = TRUE
)
Arguments
data |
|
ns |
namespace function |
buttonCol |
|
statusCol |
|
deleteCol |
|
iCol |
|
canDeleteRow |
can be either of the following:
|
canEditRow |
can be either of the following:
|
canCloneRow |
can be either of the following:
|
Value
data with extra columns buttons, status, i.
Author(s)
Jasper Schelfhout