diff --git a/views/datatables_style_plugin.inc b/views/datatables_style_plugin.inc
index a32639d..9d49a91 100644
--- a/views/datatables_style_plugin.inc
+++ b/views/datatables_style_plugin.inc
@@ -133,7 +133,7 @@ class datatables_style_plugin extends views_plugin_style_table {
     $form['pages']['display_length'] = array(
       '#type' => 'select',
       '#title' => t('Default Page Length'),
-      '#default_value' => !empty($this->options['pages']['display_length']),
+      '#default_value' => $this->options['pages']['display_length'],
       '#options' => array(10 => 10, 25 => 25, 50 => 50, 100 => 100),
       '#description' => t('Default number of records to show per page. May be adjusted by users if Length Selection is enabled'),
     );
