Base solution for your next web application
Open Closed

jPList Library integration in ANZ #5676


User avatar
0
sbenfares created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @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.

  • User Avatar
    0
    sbenfares created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @sbenfares

    It is better to use a plugin if you can find one which satisfies your needs.