Module: @react-form-builder/builder
Interfaces
Functions
ActionCell
▸ ActionCell(props
): Element
The React component that displays the table cell with the icon button.
Parameters
Name | Type | Description |
---|---|---|
props | ActionCellProps | the React component properties. |
Returns
Element
the React element.
CheckCell
▸ CheckCell(props
): Element
The React component that displays the table cell with the checkbox.
Parameters
Name | Type | Description |
---|---|---|
props | InputCellProps | the React component properties. |
Returns
Element
the React element.
EditableTable
▸ EditableTable(props
): Element
The React component that displays the table with editable cells.
Parameters
Name | Type | Description |
---|---|---|
props | EditableTableProps | the React component properties. |
Returns
Element
the React element.
FormBuilder
▸ FormBuilder(props
): Element
The React component that displays the form builder.
Parameters
Name | Type | Description |
---|---|---|
props | FormBuilderProps | the React component properties. |
Returns
Element
the React element.
InputCell
▸ InputCell(props
): Element
The React component that displays the table cell with the input.
Parameters
Name | Type | Description |
---|---|---|
props | InputCellProps | the React component properties. |
Returns
Element
the React element.
SelectCell
▸ SelectCell(props
): Element
The React component that displays the table cell with the select input.
Parameters
Name | Type | Description |
---|---|---|
props | SelectCellProps | the React component properties. |
Returns
Element
the React element.
makeColumns
▸ makeColumns(columns
): Element
[]
Creates table columns based on their descriptions.
Parameters
Name | Type | Description |
---|---|---|
columns | ColumnDescription [] | the column descriptions. |
Returns
Element
[]
the array with React elements.