fm3.Controls.PivotFieldList()
fm3.Controls.PivotFieldList (
container
: HTMLElement | String,
params?
: BaseInputParamsObject
)
Creates the field list for a pivot table in the specified HTML container.
You can also create the field list using the <fm-pivot-field-list> tag.
Parameters
Parameter/Type | Description |
---|---|
containerHTMLElement | String | An HTML element where the field list should be rendered. You can pass either the HTMLElement or its selector. |
paramsBaseInputParamsObject | optionalProvides 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
IFMPivotFieldList instance, the reference to the embedded pivot field list control.
Example
Create the field list: