public function customers_management()
{

$this->config->load('grocery_crud');
$this->config->set_item('grocery_crud_dialog_forms',true);
$this->config->set_item('grocery_crud_dialog_color','pink darken-4');
$this->config->set_item('grocery_crud_dialog_text_color','white');

$crud = new grocery_CRUD();
$crud->set_theme('mdb'); // magic code
$crud->set_table('customers');
$crud->columns('customerName','contactLastName','phone','city','country','salesRepEmployeeNumber','creditLimit');
$crud->display_as('salesRepEmployeeNumber','from Employeer')
->display_as('customerName','Name')
->display_as('contactLastName','Last Name');
$crud->set_subject('Customer');
$crud->set_relation('salesRepEmployeeNumber','employees','lastName');

$output = $crud->render();

$this->_example_output($output);
}
View Customer
Name:
Mini Creations Ltd.
Last Name:
Huang
ContactFirstName:
Wing
Phone:
5085559555
AddressLine1:
4575 Hillside Dr.
AddressLine2:
 
City:
New Bedford
State:
MA
PostalCode:
50553
Country:
USA
from Employeer:
Firrelli
CreditLimit:
94500

Our Products


Video Carousel Addon for WPBakery Page Builder (formerly Visual Composer)

All in One Social Icons Addon for WPBakery Page Builder (formerly Visual Composer)

Master Addons for WPBakery Page Builder (formerly Visual Composer)