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
I will repeat my question here in case someone would like to help here:
I have select button where i choose status for my entries and this status comes from statuses table and it's not a column is each table (it's general option) so what I want to do is to change status_id column in my tables with help of x-editable but i don't know how to get my dynamic data in JavaScript.
Here is my current form to show statuses in index page of my reviews for example:
Hi,
I'm working on laravel 5.5 and I have my
statuses
table, I would like to change my entries status using xeditable.If my status was static
0
and1
I know how to do that but my problem is that I don't know how to edit dynamic data.I shared same question on stackoverflow here is the link
I will repeat my question here in case someone would like to help here:
I have select button where i choose status for my entries and this status comes from
statuses
table and it's not a column is each table (it's general option) so what I want to do is to changestatus_id
column in my tables with help of x-editable but i don't know how to get my dynamic data in JavaScript.Here is my current form to show statuses in index page of my reviews for example:
So what I need is basically get info out of
statuses
table and change by select.Thanks in advance.
The text was updated successfully, but these errors were encountered: