Conditional Cell Styling
cellClasses:{
balance: [
{
class:'low-balance',
condition: row => row.balance < 100
}
]
}Last updated
cellClasses:{
balance: [
{
class:'low-balance',
condition: row => row.balance < 100
}
]
}Last updated