Open Lasvad opened 8 years ago
allows for dynamic where clause generation when initializing Datatable library
$this -> load -> library('Datatable', array('model' => 'temp_datatable_model', 'filter' => [ 'email_sent_timestamp' => NULL], 'rowIdCol' => 'person.id'));
allows for dynamic where clause generation when initializing Datatable library
$this -> load -> library('Datatable', array('model' => 'temp_datatable_model', 'filter' => [ 'email_sent_timestamp' => NULL], 'rowIdCol' => 'person.id'));