Many to many relation in zii.widgets.grid.CGridView and filter them

I have a problem

I have relation many to many

array(self::MANY_MANY,‘Category’,‘SubscriberCategory(subscriber_id, category_id)’),

I need to show them like this News, Press in column Category and filter them how can I do this ? Thanks

change to HAS_ONE … it will show to CGridview