yogendra kinja

Results 2 comments of yogendra kinja

$('.dropify-render > img').attr('src' imageUrll);

Found the solution public function getExportResultsSet() { return $this->mapCallbacks( $this->getQuery()->when(count($this->selected), function ($query) { return $query->havingRaw('checkbox_attribute IN (' . implode(',', $this->selected) . ')'); })->get(), true )->map(function ($item) { return collect($this->columns)->reject(function ($value,...