Hi Team,
I am using the filter model for the column to search the particular item based on the pattern, but searching the data based on pattern is perfectly working fine.
The issue is with it , when i remove the search pattern then grid is not setting back to its original state rather it is not refreshing.
Please give some help on this issue.
Code:
in column model
filter: { type: 'textbox', condition: 'contain', listeners: ['keyup'], style : "background-color:white;", attr: 'placeholder="Enter your keyword"' },
in object model:
filterModel : { on:true, header: true, type:"local",mode : "OR" },