Skip to main content

Wallet

The Wallet typeCell is used to display a formatted text with an optional tooltip.

Basic

Liée à5portefeuilles
data: {
count: 5,
array: [
{
id: 'AAA'
},
{
id: 'BBB'
},
{
id: 'CCC'
},
{
id: 'DDD'
}
]
}

Tooltip

If no array is present in the row data. Then the tooltip is not rendered on hover.

Props

No config is needed for this typeCell.