Edge_jr Posted April 6, 2023 Share Posted April 6, 2023 Hi, I am working to develop Add/Edit/Delete/Search/Bulk Delete operation in module admin controller. The delete operation working fine but edit not working. Also what to use for add/search/Bulk Edit operations. if (Tools::isSubmit('delete'.$this->table)) { // function work } if (Tools::isSubmit('edit'.$this->table)) { // function work } Any idea? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now