From 3c9543ad93cfeb168e7d38f93c9959d64d4ae92e Mon Sep 17 00:00:00 2001 From: Nidhi Date: Tue, 5 Jul 2022 15:21:55 +0530 Subject: [PATCH] fix: Modified Google Sheets pagination tooltip to nudge towards binding data (#15016) --- .../src/main/resources/editor/fetch_many.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/editor/fetch_many.json b/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/editor/fetch_many.json index 9fa36e8021..f876c8dfbb 100644 --- a/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/editor/fetch_many.json +++ b/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/editor/fetch_many.json @@ -156,8 +156,8 @@ "offset": "0" }, "tooltipText": { - "limit": "Fetch only the rows that can be displayed to improve performance with pagination", - "offset": "Skip the rows before the start of the current page" + "limit": "Bind to the pageSize property of your widget {{Table1.pageSize}}", + "offset": "Bind to the index of the first row to display {{(Table1.pageNo-1)*pageSize}}" } } ]