inputUI.default {editbl} | R Documentation |
UI part for modal with input fields for editing
Description
UI part for modal with input fields for editing
Usage
## Default S3 method:
inputUI(id, ...)
Arguments
id |
character module id |
... |
for compatibility with method |
Details
The UI elements that have an id identical to a column name are used for updating the data.
Value
HTML. A set of input fields corresponding to the given row.
Author(s)
Jasper Schelfhout
[Package editbl version 1.0.5 Index]