arbabi2010

Results 4 comments of arbabi2010

> @josuelmm you must reset recaptcha when ajax returned success. Below is example code: `grecaptcha.execute(captchaID, { action: form.attr('action') }). then(function(token) { form.find("[name='g-recaptcha-response']").val(token); });` > > I hole I helped :)...

@Zakarialabib did you solve this issue . I have this error in shared host

I change my render like this ``` public function render($view, $data = [], $mergeData = []) { if ($this->request()->ajax() && $this->request()->wantsJson() && request()->pjax()) { return app()->call([$this, 'ajax']); } if ($action...

I think , i need to Reinitializing datatable in pjax option but i don't now how cant i Reinitializing datatable , if i use datatable with jquery i can Reinitializing...