fm3.Controls.FlatFieldList()

fm3.Controls.FlatFieldList ( container: HTMLElement | String, params?: BaseInputParamsObject )

Creates the field list for a flat table in the specified HTML container.

You can also create the field list using the <fm-flat-field-list> tag.

Parameters

Parameter/TypeDescription
containerHTMLElement | StringAn HTML element where the field list should be rendered. You can pass either the HTMLElement or its selector.
paramsBaseInputParamsObjectoptionalProvides configurations for the field list. If the params is not specified, the field list with the default configs will be added to the page.

Returns

IFMFlatFieldList instance, the reference to the embedded flat field list control.

Examples

Create the field list:

See also