diff --git a/data-types.html b/data-types.html index 49d60c53..08e2b3b1 100644 --- a/data-types.html +++ b/data-types.html @@ -638,7 +638,7 @@ { type: 'date', locale: 'en', format: ['{dd}-{months}-{yyyy|yy}'] }, 'ipaddress' ], - rows_always_visible: [totRowIndex], + exclude_rows: [totRowIndex], on_filters_loaded: function(tf){ tf.setFilterValue(3, '>1.000'); tf.setFilterValue(4, '<2,500'); diff --git a/rows-always-visible.html b/rows-always-visible.html index 07264f7a..c87320b6 100644 --- a/rows-always-visible.html +++ b/rows-always-visible.html @@ -196,7 +196,7 @@
To exclude rows from the filtering process, use the
- rows_always_visible option. Those rows will remain always
+ exclude_rows option. Those rows will remain always
visible.