Hello, Isomorphic.
We have a short question for you.
We have a datasource which fetches it's data from some remote service (via http). Unfortunately, this service does not support fetching with some filter, so it just returns all entities. For our purposes we would like to be able to filter the results. Also, we want to do it on server side, because this fetch is called not only from client, but also from server. For this purpose, your criteria api would pass perfectly. So the question is if there is some code we can use do apply criteria to a list of maps? This should be done on server side, so com.smartgwt.client.data.DataSource.applyFilter does not work for us.
Thanks in advance for your answer.
Regards,
Iaroslav
We have a short question for you.
We have a datasource which fetches it's data from some remote service (via http). Unfortunately, this service does not support fetching with some filter, so it just returns all entities. For our purposes we would like to be able to filter the results. Also, we want to do it on server side, because this fetch is called not only from client, but also from server. For this purpose, your criteria api would pass perfectly. So the question is if there is some code we can use do apply criteria to a list of maps? This should be done on server side, so com.smartgwt.client.data.DataSource.applyFilter does not work for us.
Thanks in advance for your answer.
Regards,
Iaroslav
Comment