Jump to content

Filter in back office 1.5


maya l'abeille

Recommended Posts

Hello,

We have been working on 1.5.3 since it'd been displayed, we customised it quite a lot so we won't go on 1.5.4 immediately.

We are working on a new module which give us a completed view of the product list (added columns for different status, for supplyer, etc. )

We need to add filters to a few colum.

We tested a filter on the product name, as it is int he original product list.. :

$this->fields_list['name'] = array(

'title' => $this->l('Produit'),

'filter_key' => 'b!name',

'filter' => true,

'search' => true

 

It gives us the view with the cell to type the filters choice, but unfortunately we don't have any result. after refreshing, we still have the complete list, not filtered at all. :angry:

 

Do someone know how to make it work? :unsure:

thank you very much by advance.

Link to comment
Share on other sites

  • 8 months later...
I have the same problem on a 1.5.2.0 release. I am trying to create a new module with a list item, I add the header to the table to have filters, but they do not work. 

 

I have found the processFilter() function but I do not see how called in my module. If someone an idea, let me know! 

 

Best regards,

Thymotep

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...