...
- Make sure the Data Source Type is set to URL.
- Specify the location of the Make route. The path should be found at http://<customerserver>:<customerport>/makes if the example above was followed.
- Data Path should contain the value "rows". "rows" represents where in the route's return data, the data of interest can be found.
- Value Property represents the key of the values of interest. In this example, only one key exists, but still needs to be provided.
- The default Item Template value should be adjusted to reference item.make. This ensures the data users will see is cleared of any JSON formatting.
Model Component
- Make sure the Data Source Type is set to URL.
- Specify the location of the Model route. The path should be found at http://<customerserver>:<customerport>/makes/{{ row.makeList }} if the example above was followed. Pay particular attention to the end of the URL and the Handlerbars expression specified there. It's here where the data from a particular row's Make list is passed into the route to retrieve the appropriate models.
- Data Path should contain the value "rows". "rows" represents where in the route's return data, the data of interest can be found.
- Value Property represents the key of the values of interest. In this example, only one key exists, but still needs to be provided.
- The default Item Template value should be adjusted to reference item.make. This ensures the data users will see is cleared of any JSON formatting.
- Ensure Clear Value on Refresh is checked to prevent data inconsistency if the user changes the Make selection after a Model is already selected.