Skip to main content

Module: @react-form-builder/builder

Interfaces

Functions

ActionCell

ActionCell(props): Element

The React component that displays the table cell with the icon button.

Parameters

NameTypeDescription
propsActionCellPropsthe React component properties.

Returns

Element

the React element.


CheckCell

CheckCell(props): Element

The React component that displays the table cell with the checkbox.

Parameters

NameTypeDescription
propsInputCellPropsthe React component properties.

Returns

Element

the React element.


EditableTable

EditableTable(props): Element

The React component that displays the table with editable cells.

Parameters

NameTypeDescription
propsEditableTablePropsthe React component properties.

Returns

Element

the React element.


FormBuilder

FormBuilder(props): Element

The React component that displays the form builder.

Parameters

NameTypeDescription
propsFormBuilderPropsthe React component properties.

Returns

Element

the React element.


InputCell

InputCell(props): Element

The React component that displays the table cell with the input.

Parameters

NameTypeDescription
propsInputCellPropsthe 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

NameTypeDescription
propsSelectCellPropsthe React component properties.

Returns

Element

the React element.


makeColumns

makeColumns(columns): Element[]

Creates table columns based on their descriptions.

Parameters

NameTypeDescription
columnsColumnDescription[]the column descriptions.

Returns

Element[]

the array with React elements.