-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexigrid theme popup issue while insert and update the record #343
Comments
Hi, |
Send Me Application\Log.php |
$crud->unset_jquery(); You have two connection Jquery z think ... |
if i use $crud->unset_jquery() means popup screen(add and edit popup screen) in not working. Thanks |
$config['csrf_regenerate'] = FALSE; |
i'm modified the config values , but still have face same problem are happened Thanks |
Can you show code? |
The code are below Thanks |
public function offices_management() You have conflict jQuery |
jquery conflict on ajax call() Thanks |
JSON.parse this bug just if $config['csrf_protection'] = TRUE; |
config for csrf : Thanks |
$config['cookie_domain'] = ''; |
same status are here Thanks |
reinstall GroceryCRUD |
i reinstalled the GroceryCRUD stable version , but still have an issue Thanks |
Try One table render(); |
currently i'm using on single table view only, |
Last Error, remove cookies and Comment getCookies
|
still i have faced the same issue Thanks |
Reinstall CodeIgniter |
i reinstall both codeigniter and GroceryCRUD stable version , still have same issue Thanks |
i can confirm this issue, the problem its the flexigrid theme js there's some bugs due lack of interes of community in report and sole.. when i change the theme to datatables the problem of the inserts gone, the only problem that remain its that someting sussess message does not display or grid target dopes not refres automatically.. |
HI
i'm using GC 1.5.2 and CI 3.0.
in popup window for add and edit required fields validator is not working
code : $crud->set_rules('name', 'Product name', 'trim|required|xss_clean');
and insert message & update message also not display.
Thanks
The text was updated successfully, but these errors were encountered: