K
Krish
Hi All,
I have a component that reads a file and returns the data as a an
array of objects. Now I want to add the capability of filtering on
this.
This means if an array of objects is returned I should be able to
specify
give me objects where name starts with "A" or something of that sort.
Without loopong through the instances returned can I some how do a
filtering? There is no DB involved hence we cannot have a query with a
where clause.
Any helps to this will be appretiated.
Kris
I have a component that reads a file and returns the data as a an
array of objects. Now I want to add the capability of filtering on
this.
This means if an array of objects is returned I should be able to
specify
give me objects where name starts with "A" or something of that sort.
Without loopong through the instances returned can I some how do a
filtering? There is no DB involved hence we cannot have a query with a
where clause.
Any helps to this will be appretiated.
Kris