tableWithInput: Create form elements with table layout

View source: R/form_inputs.R

tableWithInputR Documentation

Create form elements with table layout

Description

Sometimes it is highly preferable to organize repeated elements in a table, similar to a banking form where one might have multiple rows each with columns: bank account name, bank account type, bank account number.

Usage

tableWithInput(tabinput, nrow = 3, removable = TRUE)

Arguments

tabinput

List containing specifications for table inputs.

nrow

Number of rows, i.e. how many times to repeat.

removable

Whether rows can be deleted, by default TRUE.


nf-osi/formd documentation built on June 19, 2022, 9:42 a.m.