how to implement predefined widget in custom actions?
Solved! Go to Solution.
@vanitharaj1208 it is not supported at the moment. However, there's already a feature request for it. Please get in touch with support to receive a public issue tracker link for tracking its progress.
Can any one reply ?
@vanitharaj1208 it is not supported at the moment. However, there's already a feature request for it. Please get in touch with support to receive a public issue tracker link for tracking its progress.
+1 to F3rz about roadmap.
There is a way currently, but unfortunately it's quite difficult
You can drag in the Prebuilt widget, then just copy the HTML/JS code out, and paste it into your own widget
However
You ned to reverse engineer the code to utilise your own data structure, which is quite complex