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
hi
I use $val, ObjectDataRow $row for get row id and delete or edit row. but get this error:
(1/1) ErrorException
Argument 2 passed to App\Http\Controllers\Front\IndexController::App\Http\Controllers\Front{closure}() must be an instance of App\Http\Controllers\Front\ObjectDataRow, instance of Nayjest\Grids\EloquentDataRow given
please help me.
The text was updated successfully, but these errors were encountered:
->setCallback(function ($val, ObjectDataRow$dr) {
// value of the cell// $val // all data row// $data= $dr->getSrc(); // row id$id= $dr->getId();
return$id
})
hi
I use $val, ObjectDataRow $row for get row id and delete or edit row. but get this error:
(1/1) ErrorException
Argument 2 passed to App\Http\Controllers\Front\IndexController::App\Http\Controllers\Front{closure}() must be an instance of App\Http\Controllers\Front\ObjectDataRow, instance of Nayjest\Grids\EloquentDataRow given
please help me.
The text was updated successfully, but these errors were encountered: