#Actions in a table group header

4 messages · Page 1 of 1 (latest)

woeful thunder
#

Hello, is there anyway to add Actions in the headed of Group component that I'm using to group some rows of the table?

lilac magnet
#

Out the box, don't think so.

ashen yoke
#

Yes you can, just use an ActionGroup.

#
            ->headerActions([
                Tables\Actions\ActionGroup::make(
                    [
                        Tables\Actions\Action::make('test')
                            ->label('Test'),
                    ]),
            ])