Render list of tiles from one component to another component. | Community
Skip to main content
kaushik-Datta
Level 2
June 6, 2020
Solved

Render list of tiles from one component to another component.

  • June 6, 2020
  • 2 replies
  • 2013 views

Recently encountered with below question. please let me know what can be done.

Developer needs to create a new component called component 'X'. Component 'X' must show a list of all components that all have a resource type of existing Component 'Y'. Component 'X' must render this list of tiles for each Component 'Y' where tile rendering is different from default one. The list of rendered tiles must be reusable by future new components. How should the developer implement this functionality ?

Thanks in advance !

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Create a new component called component 'X' with dialog to configure page rootpath/path, max number of results, list type.

for reference check we-retail list component.

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
June 7, 2020

Create a new component called component 'X' with dialog to configure page rootpath/path, max number of results, list type.

for reference check we-retail list component.

Arun Patidar
Level 6
June 7, 2020

The component X should render the component Y using data-sly-resource and pass selector for  rendering is different tile. 

See the Core carousel / Tabs component.

 

@arunpatidar the list component does not have the above functionality(allow another component ) as described.