diff --git a/htroot/Table_API_p.html b/htroot/Table_API_p.html
index d51b80a52..63e485f1c 100644
--- a/htroot/Table_API_p.html
+++ b/htroot/Table_API_p.html
@@ -81,6 +81,8 @@
+
+
@@ -102,6 +104,8 @@
+
+
diff --git a/htroot/Table_API_p.java b/htroot/Table_API_p.java
index 94c4967d8..fb1d03aea 100644
--- a/htroot/Table_API_p.java
+++ b/htroot/Table_API_p.java
@@ -259,6 +259,8 @@ public class Table_API_p {
prop.put("showtable_list_" + count + "_scheduler_inline", inline ? "true" : "false");
prop.put("showtable_list_" + count + "_scheduler_filter", typefilter.pattern());
prop.put("showtable_list_" + count + "_scheduler_query", query.pattern());
+ prop.put("showtable_list_" + count + "_scheduler_startRecord", startRecord);
+ prop.put("showtable_list_" + count + "_scheduler_maximumRecords", maximumRecords);
count++;
}
if (scheduledactions) {