⚠ 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

Can Grocery CRUD be used to Update multiple rows in the List View?



willeast

willeast
  • profile picture
  • Member

Posted 30 March 2015 - 06:58 AM

I'm currently using Grocery CRUD as my easy-to-implement standard for a basic CRUD system on a CodeIgniter project. I now have a data manipulation use-case in which the ability to edit multiple table/database rows at the same time would be ideal. Basically, I need Update functionality for all the rows in a List View. Has anyone extended Grocery CRUD for use in this fashion?