diff --git a/plugins/views_data_export_plugin_display_export.inc b/plugins/views_data_export_plugin_display_export.inc index 4752a38..059cd39 100644 --- a/plugins/views_data_export_plugin_display_export.inc +++ b/plugins/views_data_export_plugin_display_export.inc @@ -535,7 +535,7 @@ class views_data_export_plugin_display_export extends views_plugin_display_feed // Change the items per page. $this->view->set_items_per_page(20); // Force a pager to be used. - $this->set_option('pager', array('type' => 'some')); + $this->set_option('pager', array('type' => 'some', 'options' => array('offset' => 0))); return '

' . t('A maximum of 20 items will be shown here, all results will be shown on export.') . '

' . check_plain($this->view->render()) . '
'; } return $this->view->render();