category = 'UserSettings_VisitorSettings'; } protected function getBasicDevicePluginsDisplayProperties(ViewDataTable $view) { $view->config->show_search = false; $view->config->show_exclude_low_population = false; $view->requestConfig->filter_limit = 5; if ($view->isViewDataTableId(Graph::ID)) { $view->config->max_graph_elements = 5; } } }