Loading core/modules/views/config/schema/views.style.schema.yml +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ views.style.table: label: 'Override normal sorting if click sorting is used' sticky: type: boolean label: 'Enable Drupal style "sticky" table headers (JavaScript)' label: 'Enable Drupal style "sticky" table headers' summary: type: label label: 'Summary title' Loading core/modules/views/src/Plugin/views/style/Table.php +1 −1 Original line number Diff line number Diff line Loading @@ -218,7 +218,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) { $form['sticky'] = [ '#type' => 'checkbox', '#title' => $this->t('Enable Drupal style "sticky" table headers (JavaScript)'), '#title' => $this->t('Enable Drupal style "sticky" table headers'), '#default_value' => !empty($this->options['sticky']), '#description' => $this->t('(Sticky header effects will not be active for preview below, only on live output.)'), ]; Loading Loading
core/modules/views/config/schema/views.style.schema.yml +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ views.style.table: label: 'Override normal sorting if click sorting is used' sticky: type: boolean label: 'Enable Drupal style "sticky" table headers (JavaScript)' label: 'Enable Drupal style "sticky" table headers' summary: type: label label: 'Summary title' Loading
core/modules/views/src/Plugin/views/style/Table.php +1 −1 Original line number Diff line number Diff line Loading @@ -218,7 +218,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) { $form['sticky'] = [ '#type' => 'checkbox', '#title' => $this->t('Enable Drupal style "sticky" table headers (JavaScript)'), '#title' => $this->t('Enable Drupal style "sticky" table headers'), '#default_value' => !empty($this->options['sticky']), '#description' => $this->t('(Sticky header effects will not be active for preview below, only on live output.)'), ]; Loading