I have added table in popup.
When I am opening that popup I need to reset the all the filter plus search box.
My Current problem
I am clicking on popup and searching anything into the search box.
After that when I am close the popup that search result appear again.
After that when i am trying with different text it is not give me any result.
So I need to reset model condition when I am clicking on popup.
So I have done below code but it is not working.Please provide some solution for that.
=========================
var params = arguments[0],
$ = skuid.$;
var Job_Seekermodel1 = skuid.$M(“Job_Seeker”);
var searchCondition;
for (var i = 0; i < Job_Seekermodel1.conditions.length; i++)
{
searchCondition = Job_Seekermodel1.conditions[i];
Job_Seekermodel1.deactivateCondition(searchCondition);
}
Job_Seekermodel1.updateData();
======================================
Question
Need to reset model condition.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.