DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
389 stars 191 forks source link

Edit mode for repeater control #127

Open hsharma89 opened 4 years ago

hsharma89 commented 4 years ago

Hi,

I want the values back in repeaters columns. Like i added 5 text boxes by clicking repeater button. And write 5 different values and save in database. Now when i came back to page i want that it shows by default 5 text boxes and values from database. How can i achieve this?

Thanks

KovaZg commented 4 years ago

Can you write your code please, so I can help you out, I have solved same thing for my projects. I have filled input fields + option to remove them from output and database, and option to add new to output and input new in database.