Level 5
Maybe send a bit more detail?
Without it I can only guess the following:
- You could create an action ('Save') that can be executed on all selected models. If you want to for example update the status field of 100 users, you could get the new status from the Action fields, and then in your action handle update all the selected models and call save
But not sure if that was what you want to do?