globalbrain / sefirot

Global Brain Design System.
https://sefirot.globalbrains.com
MIT License
151 stars 12 forks source link

[Table] Add `link` and `color` option to avatar cell #507

Closed kiaking closed 3 months ago

kiaking commented 3 months ago

To make avatar cell linkable. As same as text cell.

export interface TableCellAvatar<V = any, R = any> extends TableCellBase {
  ...
  link?: string | null
  color?: TableCellValueColor
}
kiaking commented 3 months ago

Need this real quick so I'll take it.

kiaking commented 3 months ago

Oh no... it already has what I need 😅