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:
Jose Manuel Llanos Gutierrez Llanos
Last Name:
Llanos
ContactFirstName:
Jose Manuel Llanos
Phone:
+59168049771
AddressLine1:
Avenidad bush y cochabamba
AddressLine2:
 
City:
Potosi
State:
PostalCode:
0385U
Country:
Bolivia
from Employeer:
123
CreditLimit:
 

Our Products


Elegant Mega Addons for WPBakery Page Builder (formerly Visual Composer) Video Gallery Module

Slick Slide Menu Addon for WPBakery Page Builder (formerly Visual Composer)

Mosaic Gallery Addon for WPBakery Page Builder (formerly Visual Composer)