-
I've got a function like |
Beta Was this translation helpful? Give feedback.
Answered by
rappasoft
Jun 5, 2021
Replies: 1 comment
-
Column::make('E-mail', 'email')
->sortable()
->searchable()
->format(function($value, $column, $row) {
return $row->getDefaultEmail();
})
->asHtml(), https://github.com/rappasoft/laravel-livewire-tables/wiki/Using-the-built-in-cell-formatting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Restingo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/rappasoft/laravel-livewire-tables/wiki/Using-the-built-in-cell-formatting