diff --git a/docs/index.html b/docs/index.html index f8e449d7..83324413 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1608,6 +1608,8 @@ $(function(){ stickyHeaders_attachTo : null // number or jquery selector targeting the position:fixed element stickyHeaders_offset : 0, + // scroll table top into view after filtering + stickyHeaders_filteredToTop: true, // added to table ID, if it exists stickyHeaders_cloneId : '-sticky', // trigger "resize" event on headers @@ -2628,6 +2630,22 @@ $('table').trigger('search', false);
false
to prevent the page scroll after filtering the table.
+