I use
$this->grocery_crud->where('field IS NOT NULL');
So, I just want to add something like this at the top of the page:
"We have X records with that criteria"
using an existing method of CodeIgniter or GroceryCrud, instead of using a manual php code to count the rows.
Thanks in advance.