I found solution. It is some difficult but works. In function setup I included code $this->crud->query->with(['orders']); Or with('chats') etc. In function setuplistoperation included orders.name Or chats.name etc. Selection on $_GET['select']. It's works!