setSource(Table::select()); $this->setAdapter($adapter); $this->setDefaultLimit(25); $this->setAllowOrders([]); return $this; } }