How do i reinitialized my stepper components after i deleted it?

Hi, i have some stepper components that i created in the table shown below,

image

and in my updates of the page, i need to dynamically delete the rows of the
table and recreate it .

i can do that without an issue to recreate the rows including the stepper components
so my issues is that ,now those new rows with the stepper components is now NOT properly initialized and could any one advice me how to initialize it ?

Just in case is useful, For your info. i have previously allow these steppers created dynamically, during page mounted() {…} block.

Thanks.

using search google , found answer within the forum,

1 Like