Including the table name solved the problem for my cases, so in your case the code would be
$crud->where('employees.jobTitle','Sales Rep');
instead of
$crud->where('jobTitle','Sales Rep')
⚠ 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 forum is read-only and soon will be archived. ⚠