⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How to display a loading view or message while deleting?



no00verloren

no00verloren
  • profile picture
  • Member

Posted 02 March 2018 - 02:51 AM

I need to customize delete action of user list and using this :

 

$crud->callback_delete(array($this,'user_delete'));

 

public function user_delete($primary_key)
{
$this->user_model->_admin_delete_user($primary_key);
}

 

 

However, my custom delete function run pretty slow, so I need to add a loading view, or "deleting" message while it's running.

How can I do that?

Thanks a lot.

And sorry if my english is terrible...