Hi Yurii, Does it mean that I have to create 67 service requests to populate 100000 rows? I mean if I can set limit to a max of only 1500, it would take about 67 service requests to populate 100000 rows. Is there anyway that it can be achieved easily in Javascript? The tutorial on pagination doesn't...
Dear Illya, I think you misunderstood what I asked. Just have a look at the example response mapping. The "body.$" is directly mapped to the javascript variable "listTables". I would request you to elaborate how to achieve such mapping as I am certain there is no way to map direc...
Could you please throw some light on how in this tutorial: http://devcenter.appery.io/tutorials/... you could map the javascript variable "listTables" to the response of the service. I mean, you can't do it that way in the latest version of appery, I believe. Is there someway I could use t...