I use material-ui for my project and material-table for data tables. I am wondering to know, how can I use custom render (ex. add an icon) in column -> lookup. for example from material-table documentation:
columns={[
{
title: 'Birth Place',
field: 'birthCity',
lookup: { 34: 'İstanbul', 63: 'Şanlıurfa' },
},
]}
it is here simple key-value as string. I want to add an icon to each value
something like this:


