For boolean columns, I would like to show a checkbox in the data display instead of 0 / 1.
I have changed the column type from TINYINT(1) to BOOLEAN, but no checkbox would appear.
How could I do this?
Thank you!
This is an image of what I would like to show:
