Welcome Guest, Not a member yet? Register   Sign In
Ignited Datatables - display the records on the table
#2

Hi,

You need to change your controller to this to work:

PHP Code:
public function index() {

 
      $this->data['datatables'] = true;
 
      $this->data['data_url'] = 'admin/get_post_datatables';
 
      
       
       
// load view
 
      $this->load->view('admin/posts/index'$this->data);
 
  }
Public function 
get_post_datatables(){
 
 echo $this->post_model->get_datatable();

Reply


Messages In This Thread
RE: Ignited Datatables - display the records on the table - by salain - 09-21-2015, 10:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB