is there a way to implement an if condition to a Gcrud cell?
im having a table which has a set of task and completed days. by default the date is
0000-00-00 00:00:00
so it means the task is not completed. so in my table view i would like to set, if the date is "0000-00-00 00:00:00" display as not completed instead of the date and if a proper date is set, display as completed
is this possible in grocery crud?