dimension = new DeviceModel(); $this->name = Piwik::translate('DevicesDetection_DeviceModel'); $this->documentation = ''; // TODO $this->order = 2; $this->widgetTitle = 'DevicesDetection_DeviceModel'; } public function configureView(ViewDataTable $view) { $view->config->show_search = true; $view->config->show_exclude_low_population = false; $view->config->addTranslation('label', Piwik::translate("DevicesDetection_dataTableLabelModels")); } }