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?