Closed kiaking closed 8 months ago
To make avatar cell linkable. As same as text cell.
text
export interface TableCellAvatar<V = any, R = any> extends TableCellBase { ... link?: string | null color?: TableCellValueColor }
Need this real quick so I'll take it.
Oh no... it already has what I need 😅
To make avatar cell linkable. As same as
text
cell.