editOnClick for collection datasource #723
Unanswered
thedangler
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Actually for now I don't use editOnClick using collection as data source. If you want to work around the problem and send a PR I can help with any questions 😃 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have edit on click for entering missing email addresses that come from a 3rd party data source.
My plan was to override onUpdateEditable to update the value with an API call to the 3rd party API.
But when I try
I get en error "argument #3 ($row) must be of type Illuminate\Database\Eloquent\Model, stdClass given"
Anyone figure this out?
Beta Was this translation helpful? Give feedback.
All reactions