⚠ 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 is an archived forum. ⚠

  •     

profile picture

Datatable themes is not working



likhon3k

likhon3k
  • profile picture
  • Member

Posted 29 September 2015 - 15:56 PM

Flexigrid theme is working fine. when I try to use datatables theme then I found data but not in seeing mode. I need to block all the page then I can see.

 

my controller is:

 

function users_management()
{
        $crud = new grocery_CRUD();
 
        $crud->set_theme('datatables');
 
        $crud->set_table('users');
        $crud->columns('email','name','designation');
        $crud->unset_view();
        $output = $crud->render();
 
        $this->_example_output($output);
}

 

 

when I run the code I found the following page:

[attachment=1016:2.JPG]

 

if I block all the page by ctrl+A then I found:

 

[attachment=1017:1.JPG]