Adding actions to table group rows
Hi, is is possible to add actions to table group rows?
3 Replies
For context I've created a relationship manager that displays lessons that belong to a course. Lessons is a hasManyThrough relationship via a chapters model. So it's courses > chapters > lessons. The table displays lessons grouped by chapter, but I'd like to add edit actions to the chapter rows.
I've already added an extra create chapter action to the table header.
I don't think that's possible
OK no worries, maybe I can override the group row view? Assuming it has it's own view. I'll give it a try.