Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
How can we make a collection widget?
How to bind data on that?
I need to make a collection widget. How can I make that?
what is the use of mashup property binding, UID Field?
Solved! Go to Solution.
Please refer this link - Collection Widget
How to use collection widget -
Organize Your UI with the Collection Widget Part 1 - PTC Community
Organize Your UI with the Collection Widget Part 2 - PTC Community
Organize Your UI with the Collection Widget Part 3 - PTC Community
/VR
You need to create a service that would return an infotable. Each row represents a cell in collection. The collection had properties to define binding between infotable column and the mashup parameters that you use with your collection. You need to create a JSON which would dictate the same and add it.
Please refer this link - Collection Widget
How to use collection widget -
Organize Your UI with the Collection Widget Part 1 - PTC Community
Organize Your UI with the Collection Widget Part 2 - PTC Community
Organize Your UI with the Collection Widget Part 3 - PTC Community
/VR