I've got a ColumnConfig that I would like to render as a Yes/No rather than the default true/false.
I've tried converting the ColumnConfig from <M, Boolean> to <M, String> and the ValueProvider to return the Y/N String. This trips up the BooleanFilter.validateModel().
Is there a better way to keep the Boolean type but change the rendering?