Custom colum view
How can I get the $record->token and print it on a custom column view?
View:
Solution:Jump to solution
getState()
if you are using ::make('token')
or $getRecord()
to get the record
```html
<div>
{{ $getState() }}...4 Replies
Try this (not tested):
ViewColumn::make('token')->view('visual-testing::livewire.visual-testing-test')
Solution
getState()
if you are using ::make('token')
or $getRecord()
to get the record
it works with $getState()
Thanks