Show deleted_at column only with trashed display for softDeletes #1505
Unanswered
ashvin-php
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How we can show hide column/s like "deleted_at" based on table has showSoftDeletes options? Means need to display "deleted_at" column only when list filtered with either "WithTrashed" or "onlyTrashed" while in normal view, need to hide this deleted_at column.
Beta Was this translation helpful? Give feedback.
All reactions