Closed jevchan91 closed 6 years ago
$data = $this->DataTables->find('Table', 'all', ......
where condition is missing at options i wish to apply WHERE ['Table.id NOT IN' => array(1,2,3)] to hide/custom query for all actions when init
any solution?
sorry guys, found out this at previous issue, and hope u can put at documentation.
https://github.com/ypnos-web/cakephp-datatables/issues/42
thanks
$data = $this->DataTables->find('Table', 'all', ......
where condition is missing at options i wish to apply WHERE ['Table.id NOT IN' => array(1,2,3)] to hide/custom query for all actions when init
any solution?