Yuri79 Posted April 25, 2014 Share Posted April 25, 2014 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: I can not find anywhere how to set the default for this field? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now