Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. $this->addColumn(
  2. 'main_table.attribute_id',
  3. [
  4. 'header_css_class' => 'a-center',
  5. 'type' => 'checkbox',
  6. 'field_name' => 'attribute_id[]',
  7. 'values' => $this->getSelectedAttribute(),
  8. 'align' => 'center',
  9. 'sortable' => true,
  10. 'index' =>'attribute_id',
  11. 'filter_index' => 'main_table.attribute_id'
  12. ]
  13. );
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement