BUG 15193 Error in PM Table Data Search option IMPROVEMENT
This commit is contained in:
@@ -473,7 +473,8 @@ onMessageContextMenu = function (grid, rowIndex, e) {
|
||||
//Do Search Function
|
||||
DoSearch = function(){
|
||||
infoGrid.store.setBaseParam('textFilter', searchText.getValue());
|
||||
infoGrid.store.load({params: {start : 0 , limit : pageSize , appUid : appUidSearch.getValue() }});
|
||||
infoGrid.store.setBaseParam('appUid', appUidSearch.getValue() );
|
||||
infoGrid.store.load()
|
||||
};
|
||||
|
||||
//Load Grid By Default
|
||||
|
||||
Reference in New Issue
Block a user