F
Filament2mo ago
Glebka

Can i access $search value live in a table column?

Based on a search I need to display one table column which by default is hidden, is it possible to do that?
Solution:
Perhaps you could try something like: ```php TextColumn::make('xxx') ->visible(function ($livewire) {...
Jump to solution
1 Reply
Solution
dissto
dissto2mo ago
Perhaps you could try something like:
TextColumn::make('xxx')
->visible(function ($livewire) {
return $livewire->tableSearch;
}),
TextColumn::make('xxx')
->visible(function ($livewire) {
return $livewire->tableSearch;
}),
🤔
Want results from more Discord servers?
Add your server