Skip to content

Commit eec966f

Browse files
committed
..
1 parent 53c145c commit eec966f

File tree

1 file changed

+1
-3
lines changed
  • website/docs/reference/widgets/table

1 file changed

+1
-3
lines changed

website/docs/reference/widgets/table/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ This property becomes available only when **Server-side pagination** is enabled.
163163

164164
- Infinite scroll dynamically updates the Table’s pagination properties and triggers data loads as users interact with the widget:
165165

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.
166+
- The **onPageChange** event is triggered to run the linked query or API with the new `pageNo`.
169167

170168
- The number of records fetched per scroll is determined by `Table.pageSize`.
171169

0 commit comments

Comments
 (0)