show data based on data in database
i want to show data based on data in database
example:
[
0 => public
1 => private
]
9 Replies
Can you be more specific, in table or select? or where do you want to check this condition?
if have email verified at then just show verified else show not verified
In the resource you can check like below
Or you can provide filter which will show "email_verified" only, and provide options to show all
Have a look at Filters in the docs.
I mean it will show all data. but it will show based on data in database
when null, will show not verified. when have datetime, will show verified
can you help me
You can use a BooleanColumn and
getStateUsing()
oh, thank you so much
thank you so much