Hi,
Does anyone know how to filter results on the list-view based on a custom value on view load?
Thanks,
Shrikant
Hi,
Does anyone know how to filter results on the list-view based on a custom value on view load?
Thanks,
Shrikant
Hi,
There is a sample inside SDK that shows hot to apply custom filter to a ListView
Hi,
I checked the sample code of meetings-list-view.js and apply below code inside initialize method -
this.collection.filterDef = {
key : 'value',
};
It is working properly on the list view, but the actual problem occurs when I try to search the particular records.
The search view shows only 1 or 2 records, even though there are 20+ records in API response.
Thanks,
Shrikant
Shrikant Borkar there only way for you to figure out the issue now is to debug the code
Luckily all SDK code is not so bad written and organized