a cell with a zero value is not displayed, even when formatting
the following code does not work:
is it possible to work around this behavior?
Solution:Jump to solution
in make(), specify a non-zero column
in formatStateUsing(), take the value of the desired column from the $record variable
```php
TextColumn::make('id')...
1 Reply
Solution
in make(), specify a non-zero column
in formatStateUsing(), take the value of the desired column from the $record variable