![]() |
Sergey Kornilov admin 4/16/2014 |
Use AfterAdd event and redirect user back to the List page. header("Location: table_name_list.php?a=return"); |
S
|
Stucco author 4/17/2014 |
Hi, exit;
|
S
|
Stucco author 4/28/2014 |
Actually, this broke inline add/edit. I ended up with this as a solution.
|