Jump to content

HelperList


Yuri79

Recommended Posts

Hi all!

I use it in my module for HelperList:

 



$this->fields_list = array(
****
'product_name' => array(
'title' => $this->l('Name'),
'width' => 'auto',
'type' => 'text',
'orderby' => true,
'filter' => true,
'search' => true,
'orderby' => true,
'filter_key' => 'b!product_name',
),
****
)


 

The result is:

 

helper_list.png

 

I can not find anywhere how to set the default for this field?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...