You need to sign in to do that
Don't have an account?

How to Concatenate these two field and show in the table from the lightning form
Hi All,
I have Lighting Form with 2 Field if the uses click on the add button then concatenate these two fields and show in the table

I have Lighting Form with 2 Field if the uses click on the add button then concatenate these two fields and show in the table
Please refer below Code:
Component:
JS Controller:
All Answers
Please refer below Code:
Component:
JS Controller:
Thanks for your time to reply my question.
Your solution given me some idea..but I was trying to put the cancatenatee value in the table with "Edit" and "Remove" but not sure how to achive that..
Thanks again..
Below code should work for you:
Component:
Controller:
Let me try this code and let you know..
I tried this code and worked like Charm.. Thanks so much for this..
I have only one issue with Prompt window.. I tried to show a modal window but it is only show the prvious record value in the popup not the each row current record can you please guide me the how I can show the current row data in the modal pop.
Here is my pop code where the user will enter the fields and once click on save it it add to the table.
--
Thanks,
Akash
I tried many way but could not get the edit button working.. Here is my complete code could you please assist me with edit button..
Thanks again for your help.
cmp code:
js code:
--
Thanks
Akash