DropDownTreeLoadOnDemandSettingsTagHelper
Example
<load-on-demand/>
Attributes
Attribute | Type | Description |
---|---|---|
enabled | Boolean | |
value-mapper | String | The component calls the valueMapper function when the component receives a value, that is not fetched from the remote server yet. The component will pass the selected value(s) in the valueMapper function. In turn, the valueMapper implementation should return the respective data item(s) ids. |