© 2026 Hedgehog Software, LLC
action()
extraAttributes()
Tables\Columns\TextColumn::make('column.name') ->searchable() ->alignEnd() ->description(__('Some Description'), 'above') ->action(function (Model $record) { $this->tableFilters['filterName'] = $record->value; }),
wire:click="$set('tableFilters.filterName', [ '{{ $value }}' ])"