Hi,
I'm upgrading my existing app from WAB2.10 to WAB2.17.
In old app I was using below dojo memory object to sort data. In latest WAB2.17 getting exception that 'query' undefined
store = new Memory({ data: data });
var sortedData = store.query(null, {
sort: [{ attribute: "label", descending: false }]
});
As per dojo api query is still available and not deprecated.
Any idea how to get dojo query reference in WAB2.17?
Regards,
Prashant