You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Hi, it would be nice if you integrate updated_at into enhancedgrid.
Show.php -> $cols[] = array('value' => 'updated_at', 'label' => 'Date Updated');
and
Columns.php ->
'updated_at' => array(
'type' => 'datetime',
'width' => '100px',
'header' => Mage::helper('catalog')->__('Date Updated'),
),
Thanks!