I need to customize delete action of user list and using this :
$crud->callback_delete(array($this,'user_delete'));
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...