I have a boolean column published
I would like to display it as badge (text column)
1 = Published
0 = Unpublished on a table column
is there any way to do it without Custom Column?
thanks!
1 Reply
Is the data being pulled from a DB as a boolean? if yes, then you can pass ->boolean() as a parameter