Expand my Community achievements bar.

Rearrange child components by drag-n-move

Avatar

Level 2

Hi All,

 

Again I got a challenging task (at least for me) :).

We have a component with four child components/card in it (Fig-1). Each of the card can be configured separately as shown below. This creates JCR structure below Fig-2. 

Requirement is - content author wants to rearrange cards by drag-n-drop, meaning they want flexibility to move card#2 after card#3 or card#4 before card#1 etc. by click, drag and drop. Just like they can arrange components in one after or before other component in a page (Fig-3). 

 

prithwi_0-1718897601748.png

Fig -1 

prithwi_1-1718898622711.png

Fig - 2

prithwi_2-1718899563362.png

Fig- 3

 

Can anyone provide any reference or solution idea to implement it? Any help would be appreciated. 

Thanks

 

@Kautuksahni @aanchalsikka 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 3

Hi @prithwi,

 

I think you need a component with a childreneditor dialog enabled. Basically it is a component with a dialog in which you can add other components and rearrange them on the go. You can also define which components you would like to allow as child components. Please see the below for reference - the stack icon will show you how many child components have been added and those can be rearranged as well.

rk_pandian_1-1718902270870.png

Hope this helps!

Avatar

Level 2

Thanks @rk_pandian for your idea and quick response. I'll try to explore this. It will be really helpful if you could share sample code or steps to implement this.