Server side pagination with Iris?
Hi,
Do you have any experience in server side pagination with IRIS using Angular on the client side?
Any idea on a typical SQL request on the server side?
Thanks!
Blaise
Discussion (6)0
Comments
thank you Vitaliy.
Perfect.
Hi Blaise!
Check RESTFORMS2 - it has examples of pagination. And it has an implementation for Angular I believe. Tagging @Henry Pereira , @Eduard Lebedyuk , @Sergei Sarkisian , @Alberto Fuentes for more info.
BTW, Restfroms2 can be installed via zpm, e.g.:
zpm:USER>install restforms2
thank you Evgeny!
You are welcome, Blaise!
RESTFORMS is an amazing tool. You import it, you derive your persistent class from Forms.Adaptor (like here) and you get a working REST API generated automatically.
With pagination.