Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

777not888's avatar

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?

0 likes
0 replies

Please or to participate in this conversation.