Merge branch 'release' of https://github.com/appsmithorg/appsmith into release

This commit is contained in:
Automated Github Action 2020-08-12 06:13:00 +00:00
commit 0b9f548144

View File

@ -407,6 +407,7 @@ class TableWidget extends BaseWidget<TableWidgetProps, WidgetState> {
handleSearchTable = (searchKey: any) => {
const { onSearchTextChanged } = this.props;
this.resetSelectedRowIndex();
this.updateWidgetMetaProperty("pageNo", 1);
super.updateWidgetMetaProperty("searchText", searchKey);
if (onSearchTextChanged) {
super.executeAction({