Data Binding
The data map for the Bootstrap Buttons component is listed below. The component expects these field names in its data
configuration.
Properties
Name | Description |
id | The field in the data to be used as the unique id for buttons |
label | The field in the data to be used as the display label for the buttons |
selected | Optional. The field in the data to determine whether a button should be selected by default. |
Datamap
Use the datamap
configuration property to bind a data structure to the component that does not have the same field names.
Last updated