Basta usar
whereIn
em vez de where
, backpack-for-laravel
está pronto para isso:$this->crud->addClause('whereIn', 'customer_id', [1,3,5,6,7]);
whereIn
em vez de where
, backpack-for-laravel
está pronto para isso:$this->crud->addClause('whereIn', 'customer_id', [1,3,5,6,7]);