⚠ 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:59 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?

 


super_moon

super_moon
  • profile picture
  • Member

Posted 17 May 2019 - 09:38 AM

plus one on this, anyone have any ideas how to update a field for multiple rows in the list view? much like the multiple delete functionality but updating rows instead, for example switching the status of a row from disabled to enabled for multiple selected rows.


Anwar

Anwar
  • profile picture
  • Member

Posted 21 October 2019 - 13:57 PM

plus one ... needed from 2015. Anyone ?