Closed kevingatp closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm trying to use this widget in Kartik DetailView as inline row editable. So I set this in my view.php
Based on demo, after edit the data in editable and click submit/save/apply, the view will parse data in JSON datatype into controller with method POST like this
But mine didn't, it showed error message
and from then I check in inspect element, I got this there's no JSON data parse like image above, and mine use method GET as the default method of view action.
I only followed instruction like from here, but I got this issue.
'delete' => ['POST'],
, but I don't what else to do so it failed.