May 18, 2020
0
Level 2
How to show trashed items?
I disabled filter by adding in resource:
public static function softDeletes()
{
return false;
}
How I can show deleted items on page of resource by default?
And how highlight it with a different color?
Please or to participate in this conversation.