コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function reorder(array $keys)
 {
     $this->datagrid->reorderFilters($keys);
     return $this;
 }