diff --git a/src/View/Helper/BootstrapHelper.php b/src/View/Helper/BootstrapHelper.php index ee24495..1b1db20 100644 --- a/src/View/Helper/BootstrapHelper.php +++ b/src/View/Helper/BootstrapHelper.php @@ -803,7 +803,7 @@ class BoostrapListTable extends BootstrapGeneric { return $this->genNode('td', [ 'class' => [ 'col-sm-10', - !empty($row['_cellVariant']) ? "bg-{$row['_cellVariant']}" : '' + !empty($field['_cellVariant']) ? "bg-{$field['_cellVariant']}" : '' ] ], $cellContent); }