-
OK so I am sure there is a simple way to do this... any help greatly appreciated. Any idea how to fix that? Here is the export code:
|
Beta Was this translation helpful? Give feedback.
Answered by
uqjohart
Jan 2, 2024
Replies: 1 comment 3 replies
-
Just checked the Column::make('staff.username')
->formatStateUsing(fn (string $state): string => __($state." EXTRA FORMATTING NOT IN TABLE"))
->hidden(fn ($livewire) => $livewire->isTableColumnToggledHidden('staff.username')) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Woho fixed it! I have to mess with the withClumns but that let me use the $livewire call you provided thanks :D