hello, i've got a column that is configured like this: ```ts { accessorFn: row => Boolean(row.ethernet), id: 'ethernet', header: () => 'Ethernet', footer: props => props.column.id, }, ``` is it possible to transform the boolean values into unicode symbols?