Skip to content
Discussion options

You must be logged in to vote

Yes, but they need a unique name:

Column::make('name_1')->getStateUsing(fn ($record) => $record->name)->heading('Teacher'),
Column::make('name_2')->getStateUsing(fn ($record) => $record->name)->heading('Teacher'),
Column::make('name_3')->getStateUsing(fn ($record) => $record->name)->heading('Teacher'),

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Alsanea-Ala
Comment options

@pxlrbt
Comment options

Answer selected by pxlrbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #168 on January 04, 2024 06:11.