Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi,
Can any one suggest on how to show the default data in widget when filter is not applied on List widget.
Here in my Mashup , Default it is showing no data in widgets . When it is selected on any item in list it is showing correctly. But I want to show all data default .
Thanks,
Susmitha.
For the List widget you have which receives data from a service, it has a checkbox named AutoSelectFirstRow, it can focus on data in first row in infotable on mashup loaded;
If you're binding data source to a service, apply Service Trigger on Mashup Loaded, together with previous step you can show data on the widgets.
Hi,
We have enabled the AutoSelectFirstRow . We have written the service manually regarding what items should be there in list. So we have given ALL option in the list in order to get the default mashup . But it is showing empty page when loading ALL as first option . we want to get the default mashup first and based on selection in list the widgets should change.
What is the ALL option in the list you're referring to?