We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c145c commit eec966fCopy full SHA for eec966f
website/docs/reference/widgets/table/README.md
@@ -163,9 +163,7 @@ This property becomes available only when **Server-side pagination** is enabled.
163
164
- Infinite scroll dynamically updates the Table’s pagination properties and triggers data loads as users interact with the widget:
165
166
-- The `Table.pageNo` property is automatically incremented when the user scrolls to the bottom of the visible records.
167
-
168
-- The **onPageChange** event is triggered to run the linked query or API with the new pageNo.
+- The **onPageChange** event is triggered to run the linked query or API with the new `pageNo`.
169
170
- The number of records fetched per scroll is determined by `Table.pageSize`.
171
0 commit comments