jquery.repeater icon indicating copy to clipboard operation
jquery.repeater copied to clipboard

How to display values in an input from a database?

Open vbatalov opened this issue 1 year ago • 2 comments

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 avatar Apr 25 '23 11:04 vbatalov

@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.

naeemakram4 avatar Jul 17 '23 11:07 naeemakram4

@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.

vbatalov avatar Jul 18 '23 00:07 vbatalov