Hi,
I would like to integrate jPList library into my ANZ project : https://www.jplist.org/
Do you think it's possible, do you have best practise to handle querying data from abp.Services ?
Thx
3 Answer(s)
-
0
@sbenfares I think this library works on the client. It doesn't make a request to server, right ? If so, I think it is possible to integrate it into AspNet Zero but we can't help you with that.
If you face any problems while integrating the library into AspNet Zero which blocks you, we can try to help you.
-
0
Ok thanks,
To be clear, i'm trying to build a page list just like this example :
https://www.jplist.org/examples/food
I don't want to use Datatables plugin because i need to diplay cards instead of table rows.
Do you have some recommandation for obtaining a page like this example ?
Should i use a plugin (i think i need an ajax working plugin) or should i develop it mySelf ?
Thanks
-
0
Hi @sbenfares
It is better to use a plugin if you can find one which satisfies your needs.