You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: