Hi Johnny, thanks for the great work!,
I´m trying to implement grocery-crud on my CI4 project, but I´m having the issue for add-edit buttons, looking on the issue#6 i use ->setApiUrlPath('controller/method') and it works fine for add-edit buttons, now i can open the add form, but in this form i cant use the cancel and save button, in my routes.php im using $routes->setAutoRoute(true);
Hi Johnny, thanks for the great work!, I´m trying to implement grocery-crud on my CI4 project, but I´m having the issue for add-edit buttons, looking on the issue#6 i use ->setApiUrlPath('controller/method') and it works fine for add-edit buttons, now i can open the add form, but in this form i cant use the cancel and save button, in my routes.php im using $routes->setAutoRoute(true);
what am I doing wrong?.