[eluser]C1t1zen[/eluser]
thank you,
i did changed like you said
Code:
function payments() {
/* This is only for the autocompletion */
$crud = new grocery_CRUD();
//$crud->set_theme('datatables');
$crud->set_table('payments');
$crud->set_subject('payment new');
$crud->required_fields('title');
$crud->columns('title', 'desc', 'group_slug');
$crud->change_field_type('birthdate', 'date');
$output = $crud->render();
$this->_example_output($output);
}
i will send you in private my url maybe there is js files not loaded