GuidesFields
Avatar Field
Configuration and usage of the built-in avatar/user field.
When to use
Use the avatar field for user or entity avatars with image and initials fallbacks.
Basic usage
const columns = [
{ id: 'assignee', header: 'Assignee', type: 'avatar' },
];Props / Types
Prop
Type