How to add dynamic data in Collection format? #988
Unanswered
abhaypithadiya
asked this question in
Q&A
Replies: 2 comments
-
Hello @abhaypithadiya , Didn't that work that way? What error are you having? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, new rows were pushed into the collection but it didn't render on the front end. I tried the below code and it worked for me. I am not sure if this is correct.
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Originally posted by @abhaypithadiya in #894
Beta Was this translation helpful? Give feedback.
All reactions