DubFriend / jquery.repeater

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

How to display values in an input from a database? #176

Open vbatalov opened 1 year ago

vbatalov commented 1 year ago

My task is to create data in the table based on the input. And I need to implement edit function, after submit. That is, insert all values from the database and leave the form working.

How can i do this? I am using Laravel and this library.

naeemakram4 commented 1 year ago

@vbatalov, can you repeat your issue? I have some issues while I was working on the edit page and I solved it. But I did not understand your issue properly.

vbatalov commented 1 year ago

@vbatalov, can you repeat your issue? I have some issues while I was working on the edit page and I solved it. But I did not understand your issue properly.

In short, I wanted to implement CRUD. And in general, this is possible if the form is not multi-level. There are problems with nested repeaters.

I spent two months building a big project with this library (jQuery repeater) but ended up giving up and creating forms and repeaters myself.