list
This component is very similar to the List J; seeith the only exception that this is a list component that you use on a jig.default with other items, whereas the jig.list is a Jig dedicated to a list only. With this component, you can typically combine a list with other components.
List item
Product item
Stage
As far as the functionality goes, the same list options are available as with the List Jig where the list itself can either be a list of values with list items or it can be one of the following:
This functionality is similar to the List Jig, with two exceptions. A List Jig is dedicated to a list display only, whereas a list on a Default Jig can be combined with other components. Another difference is that List Jigs automatically display lists on the widget, which is not the case with lists on a Default Jig.
Some properties are common to all components, see Common component properties for a list and their configuration options.
Core Structure | Details |
data | The items you want to show in the list |
maximumItemsToRender | The number of items you would like to display in your list |
item | There is a list of components available to use:
If you are using the list component in jig.composite maximum of displayed items is 8. If you set the maximumItemsToRender to a higher number, the rest of the list will display after clicking on the 'Show more' option. |
Other options | Details |
isSearchable | The boolean value which allows you to add a search bar on the top of your list |
isHorizontal | The boolean value that transforms the list into a horizontal one |
filter | Allows you to create lists filtered by a key/value |
onShowMorePress | Action to be performed when you press on the show more button. This is type: action.go-to with a linkTo: option. |



