fix: Modified Google Sheets pagination tooltip to nudge towards binding data (#15016)

This commit is contained in:
Nidhi 2022-07-05 15:21:55 +05:30 committed by GitHub
parent 0906a4189c
commit 3c9543ad93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,8 +156,8 @@
"offset": "0" "offset": "0"
}, },
"tooltipText": { "tooltipText": {
"limit": "Fetch only the rows that can be displayed to improve performance with pagination", "limit": "Bind to the pageSize property of your widget {{Table1.pageSize}}",
"offset": "Skip the rows before the start of the current page" "offset": "Bind to the index of the first row to display {{(Table1.pageNo-1)*pageSize}}"
} }
} }
] ]