⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

unset_search()



wenkhairu

wenkhairu
  • profile picture
  • Member

Posted 26 May 2012 - 12:13 PM

let's say i want to displaying data with where function,
like $crud->where('id','1')
and then data on the list will be according to where conditional, but when we use search instead of the grid, all data will fire on the grid,

how can we make grid only displaying data according to the where conditional, or can we make some unset_search() like the other function ?

thanks