⚠ 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

select multiple rows



mayur.shastri143
  • profile picture
  • Member

Posted 06 June 2012 - 12:57 PM

i m very new in CI n grocery crud. can i add a column in for checkbox which will select row from table for multiple operations
2) in mvc pattern the view is just $output. can i add the backend code of it from themes. i m worried plz help me out

kenvogt
  • profile picture
  • Member

Posted 07 June 2012 - 18:50 PM

[list=1]
[*]You would have to extend Grocery CRUD to make that happen. There is no built in functionality to process checkboxes.
[*]Yes. Create your view file and then add something like this to your controller: $this->load->view('my_view', $data); (See the Codeigniter docs for loader. Scroll down to "$this->load->view('file_name', $data, true/false".)
[/list]

mayur.shastri143
  • profile picture
  • Member

Posted 08 June 2012 - 05:35 AM

thanks man.....