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