diff --git a/app/client/src/widgets/TableWidgetV2/widget/index.tsx b/app/client/src/widgets/TableWidgetV2/widget/index.tsx index 6b3c4901220f..1f6b595061c5 100644 --- a/app/client/src/widgets/TableWidgetV2/widget/index.tsx +++ b/app/client/src/widgets/TableWidgetV2/widget/index.tsx @@ -3066,6 +3066,7 @@ class TableWidgetV2 extends BaseWidget { resetTableForInfiniteScroll = () => { resetWidget(this.props.widgetId, false); + this.updatePageNumber(0, EventType.ON_NEXT_PAGE); }; }