Add Action For Table Group
Lets say i have a table of posts grouped by user_id
i want to add an action that will publish all posts of that user id.
is there a way to add an action next to the row group?
this way, id be able to publish the posts with a specific user_id at once
for this specific example seems like a scoped bulk action for grouped records. but i dont mean this. imagine that the action will be something different, like updating a user field for whatever reason. is more like a header action, but for the group, which would return, in this case, the
i want to add an action that will publish all posts of that user id.
is there a way to add an action next to the row group?
this way, id be able to publish the posts with a specific user_id at once
for this specific example seems like a scoped bulk action for grouped records. but i dont mean this. imagine that the action will be something different, like updating a user field for whatever reason. is more like a header action, but for the group, which would return, in this case, the
user_id, and then the developer, would do whatever has to be done with that id