From 2f561266b6ff986a08b92cd71b22192598dba66a Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Thu, 26 Oct 2017 14:09:18 +1100 Subject: [PATCH] Generated by grunt gh-pages --- data-types.html | 2 +- rows-always-visible.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@

Exclude rows

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.

@@ -272,7 +272,7 @@