Hi,
In the new "lazy" option for dataModel.location, it seems to be only using GET as the request method. In my remote datasource, I need to use POST because of the amount of data I'm passing to the remote function.
Can the "lazy" location option be updated to use the method defined in dataModel, e.g. POST?