Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
This commit is contained in:
commit
0b9f548144
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user