How to add dynamic Rows while Using Collections instead of Modal? #894
Unanswered
abhaypithadiya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys! I have two tables in a page, In which one table has all the products the other table is empty. The empty table is created with the collections format and the other table is has all the products via the Modal. I am trying to achieve a functionality when the user clicks on a button in the products table that product should be added to the empty table and in the collection.
This is my code :
Here I am listening to an event 'addProduct' which is called when the user clicks a button in the products table. Is there any way I could achieve this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions