public function autofilterAction($resetMvc = true)
 {
     parent::autofilterAction($resetMvc);
     $buttons = $this->_helper->SortableTable('sort', 'rid');
     // First element is the wrapper
     $this->html[0]->append($buttons);
 }