jquery.repeater
jquery.repeater copied to clipboard
How to display values in an input from a database?
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.
@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, 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.